No credentials sent to AWS SES #3757
Replies: 3 comments 10 replies
-
| 
         I have the same issue. I investigated the Bamboo.SesAdaptor path, but couldn't figure out how to make it work. I don't believe it ships with the default Bamboo mailer, maybe it should if we can't make SSL through AWS SMTP interface work? 
  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         same. still.  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         @ruslandoga well this really does look like the right thread. thanks for the chatgpt thread. i think i've got everything set up now as per the other thread; .exs file, new volume, extra config path - but still no email sending. maybe it IS an issue specific to Amazon SES. @mister-px, did you get it to work? The error i'm getting is:   | 
  
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having the following problem: no mail gets delivered through Amazon SES. I'm not using the "mail" service in docker-compose.yml, and I correctly configured the env variables, as i can read them correctly with
Application.get_env(:plausible, Plausible.Mailer). After sending the test email withPlausible.Mailer.deliver_now(email), i receive this:Reading some other issues and answers, it seems that the warning is not a problem... but the 530 is. Also, in the AWS console the credentials show up as "Never used", so i guess they are not sent while opening the connection with the SMTP.
Any advice?
Beta Was this translation helpful? Give feedback.
All reactions