Hello,
For me , i use this:
| Code: |
$emailmethod = "smtp";
$emailsmtphost = "smtp.msa.orange-business.com:587";
$emailsmtpuser = "username(AT)fr.oleane.com";
$emailsmtppassword = "password"; // SMTP authorisation password - empty password is not allowed
$emailsmtpssl = 0; // Set this to 1 to use SSL for SMTP connection
|
<br />
But it so specific for your mail server.<br />
<br />
My enterprise mail server use pop before smtp authentification, then i can't use it

<br />
<br />
<br />
Maybe a bug report // or feature request for gmail ability, but had too find why gmail don't working