Skip to content

Commit

Permalink
Merge pull request #60 from s-aga-r/fix-59
Browse files Browse the repository at this point in the history
fix: enqueue external DMARC record update
  • Loading branch information
s-aga-r authored Jan 23, 2025
2 parents e782ef3 + e7c4d3d commit 1ec3b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mail/mail/doctype/mail_settings/mail_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def create_dmarc_dns_record_for_external_domains() -> None:

from mail.mail.doctype.dns_record.dns_record import create_or_update_dns_record

frappe.flags.enqueue_dns_record_update = True
create_or_update_dns_record(
host="*._report._dmarc",
type="TXT",
Expand Down

0 comments on commit 1ec3b8b

Please sign in to comment.