Re: Django Unable to Send Email

2018-03-31 Thread yingi keme
Okk. Thanks I will consult with them Yingi Kem > On 31 Mar 2018, at 11:52 AM, Jani Tiainen wrote: > > Hi, > > Error means that user which is used as sender of email is actually not > permitted to send emails. > > You need to check with your IT support is your

Re: Django Unable to Send Email

2018-03-31 Thread Jani Tiainen
Hi, Error means that user which is used as sender of email is actually not permitted to send emails. You need to check with your IT support is your support@**.org allowed to send emails through your smtp provider. la 31. maaliskuuta 2018 klo 13.30 yingi keme kirjoitti:

Django Unable to Send Email

2018-03-31 Thread yingi keme
Hi I am getting a SMTPData Error when i try to send message from my django application The Error it gives is this smtplib.SMTPDataError: (550, b'5.7.60 SMTP; Client does not have permissions to send as this sender [BN6PO18UB1201.namprd18.prod.outlook.com]') In My settings.py I have the