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
SMTPAdapter now returns the SMTP server response (#122)
UPGRADE NOTES
In case you were using the response: true option, be aware that you'll now get a tuple as a return value in the form of {:ok, <raw-smtp-response>} instead of an atom :ok.