Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Cannot Reproduce
-
Affects Version/s: 3.3.1
-
Fix Version/s: None
-
Component/s: CiviMail
-
Labels:None
Description
I've configured things at: /civicrm/admin/domain?action=update&reset=1, but still my test civimail has a reply-to header for FIXME.org.
Issue resolved manually with: UPDATE civicrm_mail_settings SET domain = 'ourdomain.org' WHERE id = 3;
Not sure why my configuration through the gui did not handle this.