E-mail Enable Outgoing Error

Hi,

Enable Outgoing shows error during setting. I’ve tried all the alternate directions, but the problem continues.

The method on the link did not work.

Traceback (most recent call last):
  File "/opt/bench/cloudapp/apps/frappe/frappe/desk/form/save.py", line 22, in savedocs
doc.save()
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 259, in save
return self._save(*args, **kwargs)
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 295, in _save
self.run_before_save_methods()
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 885, in run_before_save_methods
self.run_method("validate")
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 780, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 1058, in composer
return composed(self, method, *args, **kwargs)
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 1041, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 774, in <lambda>
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
  File "/opt/bench/cloudapp/apps/frappe/frappe/email/doctype/email_account/email_account.py", line 73, in validate
self.check_smtp()
  File "/opt/bench/cloudapp/apps/frappe/frappe/email/doctype/email_account/email_account.py", line 137, in check_smtp
if self.password and not self.no_smtp_authentication:
AttributeError: 'EmailAccount' object has no attribute 'no_smtp_authentication'

Traceback (most recent call last):
  File "/opt/bench/cloudapp/apps/frappe/frappe/app.py", line 55, in application
response = frappe.handler.handle()
  File "/opt/bench/cloudapp/apps/frappe/frappe/handler.py", line 20, in handle
data = execute_cmd(cmd)
  File "/opt/bench/cloudapp/apps/frappe/frappe/handler.py", line 55, in execute_cmd
return frappe.call(method, **frappe.form_dict)
  File "/opt/bench/cloudapp/apps/frappe/frappe/__init__.py", line 1027, in call
return fn(*args, **newargs)
  File "/opt/bench/cloudapp/apps/frappe/frappe/desk/form/save.py", line 22, in savedocs
doc.save()
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 259, in save
return self._save(*args, **kwargs)
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 295, in _save
self.run_before_save_methods()
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 885, in run_before_save_methods
self.run_method("validate")
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 780, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 1058, in composer
return composed(self, method, *args, **kwargs)
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 1041, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
  File "/opt/bench/cloudapp/apps/frappe/frappe/model/document.py", line 774, in <lambda>
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
  File "/opt/bench/cloudapp/apps/frappe/frappe/email/doctype/email_account/email_account.py", line 73, in validate
self.check_smtp()
  File "/opt/bench/cloudapp/apps/frappe/frappe/email/doctype/email_account/email_account.py", line 137, in check_smtp
if self.password and not self.no_smtp_authentication:
AttributeError: 'EmailAccount' object has no attribute 'no_smtp_authentication'

this has already been fixed in the latest update. try running bench update again