mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
[email] force use of loginid as the sender
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"creation": "2013-03-25 17:53:21",
|
"creation": "2013-03-25 17:53:21",
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"modified": "2013-07-05 14:36:16",
|
"modified": "2013-07-09 10:28:29",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"owner": "Administrator"
|
"owner": "Administrator"
|
||||||
},
|
},
|
||||||
@@ -81,6 +81,13 @@
|
|||||||
"fieldtype": "Data",
|
"fieldtype": "Data",
|
||||||
"label": "Login Id"
|
"label": "Login Id"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Check this if you want to send emails as this id only (in case of restriction by your email provider).",
|
||||||
|
"doctype": "DocField",
|
||||||
|
"fieldname": "always_use_login_id_as_sender",
|
||||||
|
"fieldtype": "Check",
|
||||||
|
"label": "Always use Login Id as sender"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"doctype": "DocField",
|
"doctype": "DocField",
|
||||||
"fieldname": "mail_password",
|
"fieldname": "mail_password",
|
||||||
|
|||||||
Reference in New Issue
Block a user