Sending email notification without sender login and password #4892
bluinchiostro
started this conversation in
General
Replies: 2 comments
-
Howdy @bluinchiostro, I'm moving this to Discussions. You would be able to leverage an |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @AFineDayFor, yes, I'd like to configure an EmailAction but I'd like to keep the parameters sender_login and sender_password empty (https://greatexpectationstalk.slack.com/archives/CUUMYDJAX/p1645051416909119). Is it possibile? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to send failure emails to my address, without a sender email account.
In Python it's possible importing email.message.EmailMessage and simply send plain text email messages over localhost to the email address I specify. In GE the "sender_login" and "sender_password" are both required. It would be very useful to test this feature using an email relay and without sender login e password.
Beta Was this translation helpful? Give feedback.
All reactions