| Summary | Mails cannot be send: "Invalid e-mail address" |
| Queue | IMP |
| Queue Version | 6.2.16 |
| Type | Bug |
| State | Not A Bug |
| Priority | 3. High |
| Owners | |
| Requester | lehmann (at) ans-netz (dot) de |
| Created | 11/23/2016 (3393 days ago) |
| Due | |
| Updated | 11/23/2016 (3393 days ago) |
| Assigned | |
| Resolved | 11/23/2016 (3393 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
for the noise.
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Mails cannot be send: "Invalid e-mail address"
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
always get the message "Invalid e-mail address (<address>)." No metter
what address I've entered.
I've already checked lib/Compose.php Function _prepSendMessageEncode
where the error is raised.
The passed Horde_Mail_Rfc822_List looks like this:
http://pastebin.com/swfsQtax
I also tried to work around this manually to bypass the foreach loop with:
$out[] = $val->__get('bare_address');
continue;
This brought me a bit further, but now it failes outside the function
with "Address is missing domain".
I've no idea what to do further here but as I said - I can no longer
send any email.....