BE_SMTPServer ( server { ; port ; username ; password } )
Stores the SMTP connections details for future calls to BE_SMTP_Send. Authentication is controlled with curl, so options can be set with the BE_Curl_Set_Option function. Any future calls will overwrite the existing details.
Version : 3.1
Parameters :
server : the domain name or IP address of the SMTP server to connect to.
port ( optional ) : the port number - can be left as an empty string, which will often use whatever ports the server requires, default is 25.
username ( optional ) : username for SMTP Authentication.
password ( optional ) : password for SMTP Authentication.
Results : empty string on success, ? for error.
0 Comments