SMTPRecipientsRefused in django -


when trying send mails through django getting above error . can please tell cause of error , how avoid it?

the cause smtp server refusing of recipients you're sending email to. fix either not send email recipients, reconfigure smtp server accept them, or find different smtp server use.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -