Merge pull request #31267 from nabinhait/default-outgoing-email-account

fix: Clearer message for setting default outgoing email account
This commit is contained in:
Akhil Narang 2025-03-04 18:45:44 +05:30 committed by GitHub
commit 0e80963c8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -430,7 +430,7 @@ class EmailAccount(Document):
if _raise_error:
frappe.throw(
_("Please setup default Email Account from Settings > Email Account"),
_("Please setup default outgoing Email Account from Tools > Email Account"),
frappe.OutgoingEmailError,
)