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
Is there a way to get if the pyramid_mailer is correctly configured (connection with the SMTP server is possible with given credentials).
I know I could do that by sending an email to a wrong mailbox, but I would like to avoid doing that if possible.
Is it possible to add a ping() method to the mailer that would answer true or false depending of is the connection was successful or not?