Template:V13 vm email script variables: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
Created page with ";$_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"
 
mNo edit summary
Line 1: Line 1:
From on 13r1 the script email.xml doesn't need to be edited. The script reads 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.
;$_pbx_auth_email_server:
;$_pbx_auth_email_server:
SMTP server
SMTP server

Revision as of 11:39, 19 August 2024

From on 13r1 the script email.xml doesn't need to be edited. The script reads 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