Template:V13 vm email script variables
From on 13r1, scripts using email-functionality (e.g. email.xml) doesn't need to be edited in terms of defintion of smtp-connection-parameters. Scripts may read the static configuration underneath PBX/Config/Authentication/Email Verification.
The following script variables will yield those email settings when read.
- $_pbx_auth_email_server
SMTP server
- $_pbx_auth_email_host
Client host name
- $_pbx_auth_email_addr
Sender Email address
- $_pbx_auth_email_usr
Username for authentication
- $_pbx_auth_email_pwd
Password for authentication
- $_pbx_auth_email_sender
Sender name