#1 2013-10-03 09:08:59

rijopius
Member
Registered: 2013-09-30

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"?>
<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

#2 2013-10-03 12:38:44

Thorsten J. Krause
datenwerke
Registered: 2012-02-15
Website

Re: Email Settings Not Working

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

Offline

#3 2013-10-04 04:09:31

rijopius
Member
Registered: 2013-09-30

Re: Email Settings Not Working

Hi Thorsten,

Thank you very much for the help.
It worked!!!

Thanks,
Rijo Pius

Offline

Board footer

Powered by FluxBB