Email Settings Not Working

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"?> smtp.gmail.com 465 username@gmail.com password true true true username@gmail.com allow_mixed

I there anything I am doing wrong here.

Please help.

Best Regards,
Rijo Pius

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 false, 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