Announcement

Migration of this forum

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:

  • Each user will need to reset their password.
  • Please select "I forgot my password".
  • Enter the email address you used to register in this forum.
  • You will receive an email with a link to set a new password.
  • Please choose a new (secure) password and confirm the process.

We will keep you informed in the pinned thread.

Kind regards,
Your ReportServer Team


Migration des Forums

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:

  • Jeder Nutzer muss sein Passwort neu vergeben.
  • Wählt dazu einfach "Ich habe mein Passwort vergessen".
  • Gebt die E-Mail-Adresse ein, mit der ihr registriert seid.
  • Ihr erhaltet eine E-Mail mit einem Link zur Passwortvergabe.
  • Bitte wählt ein neues (sicheres) Passwort und bestätigt den Vorgang.

Wir halten euch im angepinnten Beitrag auf dem Laufenden!

Mit vielen Grüßen
Euer ReportServer Team

#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