You are not logged in.
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
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
thanks El Palacio
I had to change my connection to ssl and port 465 and it worked.
thanks for your response
Tony
Offline