You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when entering credentials in the ./config/config.dev.yaml file for the iris_smtp
once firing up the sender and creating an incident, the output received is:
File "/home/user1/iris/src/iris/vendors/iris_smtp.py", line 148, in send_email raise Exception('Failed to get smtp connection.') Exception: Failed to get smtp connection.
I tried different port, also changed on googleaccount to allow "unsafe" third party tools to send mails.
I also played with the login information where username entered withouth @gmail.com etc.