Content
You are here:
Email Notification not working
Added by Solomon Pea about 2 years ago
I setup an OP 12.2 with docker installation, OP URL is http://localhost:8080.
However, I cannot make "Email notifications" to work. Below is my configuration.
Emission email address: myaccount@gmail.com
Email delivery method: smtp
SMTP server: smtp.gmail.com
SMTP port: 587
SMTP HELP domain: smtp.gmail.com
SMTP authentication: login
SMTP username: myaccount@gmail.com
SMTP password: mypassword
Automatically use STARTTLS if available: true
Use SSL connection: fale
I got "An error occurred while sending mail (535-5.7.8 Username and Password not accepted. Learn more at )".
Can anyone help?
Replies (4)
Hi Solomon
in my docker-compose yml it looks like this and it works:
Additionally do not forget to create an APP PASSWORD for your gmail account that you would like to use for the IMAP
https://support.google.com/accounts/answer/185833?hl=en
Thank you.
I managed to make it work with APP password setup in gmail account.
Thank you for your feedback and you are very welcome