Posted by Silvio
2017-02-02

Hi Tom,

I'm not sure to understand your instructions (config.email.inc.php):

// If your email server requires SMTP Authentication,
// enable the following three lines, "Auth", "Username", and
// "Password"
// ( NOTE: They are commented out by default. )
//
// Set "LOGIN", your SMTP username, and password to
// "Auth", "Username", and "Password" respectively.

My smtp server requires auth. so is this syntax right?
Auth=LOGIN
Username=sender@xyz.com
Password=12345

Also, concerning "Hostname", is this syntax right?
Hostname=mail.xyz.com
Posted by Tom
2017-02-03

>My smtp server requires auth. so is this syntax right?
>Auth=LOGIN
>Username=sender@xyz.com
>Password=12345

The syntax is correct. (but of course, the value may be wrong)

>Also, concerning "Hostname", is this syntax right?
>Hostname=mail.xyz.com

it's correct too.