You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
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