Template:V13 vm email script variables: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
From on 13r1 | 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 [[Reference13r3:PBX/Config/Authentication#Email_verification|PBX/Config/Authentication/Email Verification]]. | ||
The following script variables will yield those email settings when read. | The following script variables will yield those email settings when read. | ||
Revision as of 10:55, 19 August 2024
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