Lua → VBScript SwxWare v13.10
This function returns the email address being configured within the SwyxWare Administration as to be used as "From" address for all voicemails to be sent by the server.
local sFrom = VoicemailOriginatorEMailAddress()
This function returns a string value.
If you make use of the Send E-mail block within the GSE to sent your own emails from the script and want these emails to have the globally configured voicemail "From" address the function VoicemailOriginatorEMailAddress() comes into use:

By Tom Wellige