django - Connection refused: When I try to send email from my linode server -
i have django project , email settings use personal gmail account. works fine when im testing localhost. "conection refused error" django when try linode vps. ideas ?
i had similar situation on site; turned out error inside application in generation of email.
in case, has been solved, should check smtp server logs verify project connecting smtp. if isn't check email_*
settings in settings.py
file. if is, disconnecting, i'd bet there's failing in building of email (that is, in parsing of arguments send_mail
function).
Comments
Post a Comment