Emails are not sending, failed with exceptions

Hi,

I know this should be setup by me but how, can I need to change the code backend for the email settings. Can you please help me out. Posting the exception caused.

Title
frappe.email.queue.flush
Error
SMTP AUTH extension not supported by server.
Traceback (most recent call last):
** File “/home/frappe/frappe-bench/apps/frappe/frappe/email/queue.py”, line 388, in send_one**
** smtpserver.sess.sendmail(email.sender, recipient.recipient, encode(message))**
** File “/home/frappe/frappe-bench/apps/frappe/frappe/email/smtp.py”, line 181, in sess**
** (self.password or “”).encode(‘utf-8’))**
** File “/usr/lib/python2.7/smtplib.py”, line 585, in login**
** raise SMTPException(“SMTP AUTH extension not supported by server.”)**
SMTPException: SMTP AUTH extension not supported by server.

Thanks in advance

Can you post the settings of your Outgoing Email Account?

Have you enabled TLS ?

@JESWINKNINAN

Sending email set to user email as above stated.

May this the problem?

@JESWINKNINAN

Great! Excellent!
What brings the solution?

1 Like

Please give the solution.