6.0.0-beta1
7/8/25

[#14518] Mails cannot be send: "Invalid e-mail address"
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 (3149 days ago)
Due
Updated 11/23/2016 (3149 days ago)
Assigned
Resolved 11/23/2016 (3149 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
11/23/2016 12:25:36 PM Jan Schneider State ⇒ Not A Bug
 
11/23/2016 12:10:53 PM lehmann (at) ans-netz (dot) de Comment #2 Reply to this comment
I reinstalled the whole Horde Stack and now it seems to work.... sorry 
for the noise.
11/23/2016 09:04:55 AM lehmann (at) ans-netz (dot) de Comment #1
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Mails cannot be send: "Invalid e-mail address"
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
Reply to this comment
When trying to send a mail, i can enter whatever recipient I want - I 
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.....

Saved Queries