- Issue created by @idebr
- Status changed to Needs review
over 1 year ago 8:37am 25 August 2023 - 🇳🇱Netherlands idebr
Attached patch implements the following changes:
- Use 'From' email address for the sendmail POST user id to allow a dynamic sender.
- Removes 'from' from the mail body, as this information is added in the mail process and derived from the account information.
- 🇳🇱Netherlands idebr
Reroll after 📌 Add cc, bcc, and reply-to to message Fixed was committed.
- First commit to issue fork.
- @apaderno opened merge request.
-
apaderno →
committed 921aa345 on 1.0.x authored by
idebr →
Issue #3383302 by idebr: Use 'From' email address for the sendmail POST...
-
apaderno →
committed 921aa345 on 1.0.x authored by
idebr →
- Status changed to Fixed
over 1 year ago 10:12am 25 August 2023 - 🇨🇦Canada garphy
This change introduced a breaking change on my side as the regex forces the "From" address to be surrounded with < and >. On our end, all the From address are just simple email addresses without the <>.
- Status changed to Needs work
over 1 year ago 7:44am 4 September 2023 - 🇧🇪Belgium cgoffin
For me this is also a breaking change. I also think you should never allow to use the from address because it can cause e-mails not being send, or seen as SPAM. To avoid this, the reply-to header/property is used. In this way you can send from a general mailbox, but the receiver can still reply to the mail.
The webform module also makes use of the reply-to header and populates it with the from address if not filled in.
- Status changed to RTBC
about 1 year ago 6:07am 26 September 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
Yes, the email used to send emails must contain the domain name used for the site. Otherwise, the email would be flagged as spam.
I could imagine the module to use a setting for the email to use for sending emails, but I also understand that probably most sites would use the same email set for the site email.
- 🇮🇹Italy apaderno Brescia, 🇮🇹
I guess this has been reverted with 🐛 Email not sent when address in format "Name " Fixed .
- Status changed to Closed: outdated
about 1 year ago 5:45pm 14 November 2023