We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81dd062 + 294b655 commit 11f1e26Copy full SHA for 11f1e26
ang/crmMailing/FromAddress.js
@@ -18,6 +18,7 @@
18
var addr = crmFromAddresses.getByLabel(newValue);
19
mailing.from_name = addr.author;
20
mailing.from_email = addr.email;
21
+ mailing.replyto_email = addr.email;
22
});
23
// FIXME: Shouldn't we also be watching mailing.from_name and mailing.from_email?
24
}
0 commit comments