Hi @skagen,
Take a look at the Resources>Logs>core>current>subscribers>fmeservercore_email.log file.
It should have a little more info coming back from AWS. It could be encryption related but it shouldn't be related to the User Account Running the service.
I've had problems trying to send emails using an SES Email, however, it was because the email I was using in the FROM field wasn't registered with the SES Service. We use the SSL/TLS connection security and it works no problems (We are still on FME 2017.1 though).
Hi,
Thank you @virtualcitymatt
All the details are identical to the details I used for the Emailer transformer, including the "From" address. The only difference between the Emailer transformer and the notification service is the encryption type, where the Emailer transformer has to be set to "TLS" for it to work, but none of encryption options for the notification service seems to work.
The closest thing I could find was "C:\\ProgramData\\Safe Software\\FME Server\\resources\\logs\\core\\current\\subscribers\\email.log" (slightly different file name), but all it contains is this:
Fri-04-Jan-2019 10:19:29.791 AM INFORM main 801024 : SMTP Server : email-smtp.eu-west-1.amazonaws.com:587
Fri-04-Jan-2019 10:19:29.792 AM INFORM main 801025 : SMTP Account : censored
Fri-04-Jan-2019 10:19:29.793 AM INFORM main 801026 : Connection Security : STARTTLS
Fri-04-Jan-2019 10:19:29.793 AM INFORM main 801013 : Default Recipients : skjalg.axelsen.skagen@bym.oslo.kommune.no
Fri-04-Jan-2019 10:47:27.164 AM INFORM main 801024 : SMTP Server : email-smtp.eu-west-1.amazonaws.com:587
Fri-04-Jan-2019 10:47:27.164 AM INFORM main 801025 : SMTP Account : censored
Fri-04-Jan-2019 10:47:27.165 AM INFORM main 801026 : Connection Security : STARTTLS
Fri-04-Jan-2019 10:47:27.165 AM INFORM main 801013 : Default Recipients : skjalg.axelsen.skagen@bym.oslo.kommune.no
Fri-04-Jan-2019 10:47:32.261 AM INFORM main 801024 : SMTP Server : email-smtp.eu-west-1.amazonaws.com:587
Fri-04-Jan-2019 10:47:32.261 AM INFORM main 801025 : SMTP Account : censored
Fri-04-Jan-2019 10:47:32.267 AM INFORM main 801026 : Connection Security : STARTTLS
Fri-04-Jan-2019 10:47:32.276 AM INFORM main 801013 : Default Recipients : skjalg.axelsen.skagen@bym.oslo.kommune.no
(and so on)
Do I have to turn on verbose somewhere in any of my config files to get more details in this log file?
Hi,
Thank you @virtualcitymatt
All the details are identical to the details I used for the Emailer transformer, including the "From" address. The only difference between the Emailer transformer and the notification service is the encryption type, where the Emailer transformer has to be set to "TLS" for it to work, but none of encryption options for the notification service seems to work.
The closest thing I could find was "C:\\ProgramData\\Safe Software\\FME Server\\resources\\logs\\core\\current\\subscribers\\email.log" (slightly different file name), but all it contains is this:
Fri-04-Jan-2019 10:19:29.791 AM INFORM main 801024 : SMTP Server : email-smtp.eu-west-1.amazonaws.com:587
Fri-04-Jan-2019 10:19:29.792 AM INFORM main 801025 : SMTP Account : censored
Fri-04-Jan-2019 10:19:29.793 AM INFORM main 801026 : Connection Security : STARTTLS
Fri-04-Jan-2019 10:19:29.793 AM INFORM main 801013 : Default Recipients : skjalg.axelsen.skagen@bym.oslo.kommune.no
Fri-04-Jan-2019 10:47:27.164 AM INFORM main 801024 : SMTP Server : email-smtp.eu-west-1.amazonaws.com:587
Fri-04-Jan-2019 10:47:27.164 AM INFORM main 801025 : SMTP Account : censored
Fri-04-Jan-2019 10:47:27.165 AM INFORM main 801026 : Connection Security : STARTTLS
Fri-04-Jan-2019 10:47:27.165 AM INFORM main 801013 : Default Recipients : skjalg.axelsen.skagen@bym.oslo.kommune.no
Fri-04-Jan-2019 10:47:32.261 AM INFORM main 801024 : SMTP Server : email-smtp.eu-west-1.amazonaws.com:587
Fri-04-Jan-2019 10:47:32.261 AM INFORM main 801025 : SMTP Account : censored
Fri-04-Jan-2019 10:47:32.267 AM INFORM main 801026 : Connection Security : STARTTLS
Fri-04-Jan-2019 10:47:32.276 AM INFORM main 801013 : Default Recipients : skjalg.axelsen.skagen@bym.oslo.kommune.no
(and so on)
Do I have to turn on verbose somewhere in any of my config files to get more details in this log file?
Hmmm,
Yeah that's pretty unhelpful but that was the log I was thinking of. Have you tried to test the topic anyway? That might shed a little more light.
For the SSL/TLS the port needs to be 465 and for StartTLS it needs to be 587 (as you have it). I tested the StartTLS and SSL/TLS on my machine and had no trouble at this end.
Perhaps it is a frewall issue...The application/service is different so you may need to add the FME Server Core to allow traffic though the specified port?