I have been trying over and over regarding trying to find out the error regarding dropbox backup not working with latest version ( stopped since upgrading fron v7 to v7.1 ), not started getting thoses error logs regarding email could not be sent, the error stated : frappe.email.queue.flush : {u’[email protected]’: (554, ‘5.7.1 [email protected]: Sender address rejected: Access denied’)}
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/email/queue.py”, line 297, in send_one
smtpserver.sess.sendmail(email.sender, recipient.recipient, encode(message))
File “/usr/lib/python2.7/smtplib.py”, line 747, in sendmail
raise SMTPRecipientsRefused(senderrs)
SMTPRecipientsRefused: {u’[email protected]’: (554, ‘5.7.1 [email protected]: Sender address rejected: Access denied’)}
so when i searched python script, i understood that this error is he cannot send the email using the user [email protected] to the email address [email protected] and authentication has failed due to this error, and in the mean time it should be the opposite way arround as it should send the email using [email protected] to the user [email protected] , and i have setup only 1 email account that is the default sending that is [email protected] in the dropbox setting i write down in the (Send Notification to : [email protected]) so why erpnext is putting it the other way around??
Thanks for your help guys