#1 2019-01-13 05:33:40

twolsey
Member
Registered: 2019-01-13

Activation and Export Email not being sent

Hello

I believe I have configured the email file mail.cf as per the documentation instructions and then reloaded the config via terminal and the emails seem like they send from reportserver (i.e.: no errors display); however the emails do not arrive at the recipient.  Here is my config with pertinent info missing

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
   <smtp>
      <host>smtp.gmail.com</host>
      <port>587</port>
      <username>username@gmail.com</username>
      <password>********</password>

     
      <ssl>false</ssl>
      <tls>
         <enable>true</enable>
         <require>false</require>
      </tls>
   </smtp>
   <mail>
      <sender>username@gmail.com</sender>
      <encryptionPolicy>allow_mixed</encryptionPolicy>
   </mail>
</configuration>

thanks
Tony

Offline

#2 2019-01-14 09:12:06

palacio
Member
Registered: 2018-06-27

Re: Activation and Export Email not being sent

Hi Tony,

I have the same configuration an it work for me. Simply make sure you have define user email  when you create it.
I use RS3.0.1 an it work good but I don't thing the problem come from rsversion.

Look this

...
<tls>
         <enable>false</enable>    ===> this is my configuration
         ...
</tls>


Regards,
El Palacio

Offline

#3 2019-01-15 03:10:07

twolsey
Member
Registered: 2019-01-13

Re: Activation and Export Email not being sent

thanks El Palacio

I had to change my connection to ssl and port 465 and it worked.

thanks for your response

Tony

Offline

Board footer

Powered by FluxBB