Skip to content

Commit

Permalink
Updated fields
Browse files Browse the repository at this point in the history
Added mandatory field
  • Loading branch information
AminovE99 authored Aug 24, 2019
1 parent 1246953 commit 06210f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def configure_app():
def configure_domain():
email_account = frappe.new_doc("Email Domain")
email_account.email_server = os.getenv('EMAIL_SERVER')
#email_account.email_id = os.getenv('EMAIL_ADDRESS')
email_account.email_id = os.getenv('EMAIL_ADDRESS')
email_account.domain_name = os.getenv('EMAIL_DOMAIN_NAME')
email_account.smtp_server = os.getenv('EMAIL_SMTP_SERVER')
email_account.smtp_port = int(os.getenv('EMAIL_PORT'))
Expand Down

0 comments on commit 06210f4

Please sign in to comment.