BE_SMTPServer

BE_SMTPServer(server;{port;username;password;keepOpen})



Stores the SMTP connections details for future calls to BE_SMTPSend.  Authentication is controlled with curl, so options can be set with the BE_CurlSetOption function.  Any future calls will overwrite the existing details.


Parameters:

- server : the domain name or IP address of the SMTP server to connect to

- port : the port number

- username : username for SMTP Authentication

- password : password for SMTP Authentication.

- keepOpen :

Keywords:

SMTP Server


Version History:

- 3.1 :

- 4.0.2 : Renamed from BE_SMTP_Server

Notes:

- port number can be left as an empty string, which will often use whatever ports the server requires, default is 25, but using SSL or TLS may use 465 or 587.

Still need help? Contact Us Contact Us