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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -