I am having problem with sent mail …
I configure the email and upon saving the settings no errors found … test email from outside shows the successful retrieval in erpnext but replying to that email get error in scheduler log
(535, 'Incorrect authentication data')
Traceback (most recent call last):
File "/home/frappe/frappe-bench/apps/frappe/frappe/email/queue.py", line 306, in send_one
smtpserver.sess.sendmail(email.sender, email.recipient, encode(email.message))
File "/home/frappe/frappe-bench/apps/frappe/frappe/email/smtp.py", line 174, in sess
(self.password or "").encode('utf-8'))
File "/usr/lib/python2.7/smtplib.py", line 622, in login
raise SMTPAuthenticationError(code, resp)
ValidationError: (535, 'Incorrect authentication data')
yes the email id and password are correct thats why i am receiving incoming emails in erpnext but the problem is with only sending email also i checked the port it is set correctly
i didnt get your point … how is this group mail article is linked to this issue …
i had configure my mail accounts with the same setting on mobile and pc… it works there but with the same settings in erpnext …its not working