I have a django project and for email settings I use my personal gmail account. It works just fine when Im testing from localhost. But i get "conection refused error" from django when I try from my linode vps. Any ideas ?
|
feedback
|
|
I had a similar situation on my site; it turned out to be another error inside my application in the generation of the email. In this case, hopefully this has been solved, but you should check your SMTP server logs to verify that the project is connecting to SMTP. If it isn't check the | |||
|
feedback
|