seitime-frappe/frappe/email
Aleksas Pielikis ecb3d3f56d feat(email): Allow emails to be sent without SMTP authentication by setting (#6816)
* Add email_account option to disable SMTP Authentication.

* Partially reverting email_account.py changes. Unnecessary incoming_server logic was added.

* Codacy code style issue fix.

* Suppress 'Password is required or select Awaiting Password' message if only smtp is used an no athentication is required.

* Suppress 'Password is required or select Awaiting Password' message if only smtp is used an no athentication is required.

* Simplified logic.

* Reverted excessive changes.

* fix: remove description and make label clear
2019-01-28 12:22:28 +05:30
..
doctype feat(email): Allow emails to be sent without SMTP authentication by setting (#6816) 2019-01-28 12:22:28 +05:30
page add to contact for email inbox 2017-03-14 17:55:07 +05:30
__init__.py [FIx] Email address searching in receipt fails if some contacts does not have email address (#5734) 2018-06-27 15:12:54 +05:30
email_body.py style: Linting fixes (#6809) 2019-01-23 16:39:55 +05:30
inbox.py fix(unicode): Import unicode_literals in every file (#6805) 2019-01-25 11:56:27 +05:30
queue.py Merge branch 'master' into staging-fixes 2019-01-22 15:24:48 +05:30
receive.py [Fix] Emails are not fetching 2019-01-10 16:01:36 +05:30
smtp.py feat(email): Allow emails to be sent without SMTP authentication by setting (#6816) 2019-01-28 12:22:28 +05:30
test_email_body.py style: Linting fixes (#6809) 2019-01-23 16:39:55 +05:30