Skip to content

Commit 11f1e26

Browse files
committed
Merged in atrium-3780 (pull request civicrm#11)
Atrium 3780 and CRM-17650 CRM-17307 ensure replyto_email is updated when from is updated
2 parents 81dd062 + 294b655 commit 11f1e26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ang/crmMailing/FromAddress.js

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
var addr = crmFromAddresses.getByLabel(newValue);
1919
mailing.from_name = addr.author;
2020
mailing.from_email = addr.email;
21+
mailing.replyto_email = addr.email;
2122
});
2223
// FIXME: Shouldn't we also be watching mailing.from_name and mailing.from_email?
2324
}

0 commit comments

Comments
 (0)