Bug #39272
«Address in mailbox given [] does not comply with RFC 2822, 3.6.2»
| Status: | Closed | Start date: | 2012-07-26 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Jean-Sébastien Gervais | % Done: | 0% |
|
| Category: | - | Spent time: | 1.00 hour | |
| Target version: | - | |||
| Votes: | 0 |
Description
To prevent a bug with swiftmailer and an unset returnpath, use the fromEmail for the return path; else we may get the error message «Address in mailbox given [] does not comply with RFC 2822, 3.6.2».
As a quick fix, I used a copy of the fromEmail, emails are sent normally. However, side effect includes a mail notification to the emailSender for each subscriber openning the newsletter.
the controlform needs a field to set that email (to the desired no-reply@domain) or real email address.
Subtasks
History
Updated by Jean-Sébastien Gervais 10 months ago
Added returnmail field in the newsmailer_control, with appropriate changes to tca.php, localang file, tx_auxnewsmailer_control table.
Updated by Jean-Sébastien Gervais 10 months ago
- Status changed from New to Closed