You are not logged in.
Pages: 1
Topic closed
Hi,
I did configure the email setting in mail.cf but still not receiving emails.
Always I am getting "message sent" from report server.
My configuration is as follows:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<smtp>
<host>smtp.gmail.com</host>
<port>465</port>
<username>username@gmail.com</username>
<password>password</password>
<ssl>true</ssl>
<tls>
<enable>true</enable>
<require>true</require>
</tls>
</smtp>
<mail>
<sender>username@gmail.com</sender>
<encryptionPolicy>allow_mixed</encryptionPolicy>
</mail>
</configuration>
I there anything I am doing wrong here.
Please help.
Best Regards,
Rijo Pius
Offline
Hi,
with gmail you can either use port 465 with ssl but without tls or port 587 with tls, but without ssl.
So depending on what you prefer either change the port to 587 and set <ssl>false</ssl>, or keep the port and ssl settings but set tls.required to false.
Cheers,
Thorsten
Hi Thorsten,
Thank you very much for the help.
It worked!!!
Thanks,
Rijo Pius
Offline
Pages: 1
Topic closed