https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41026
--- Comment #6 from Marcel de Rooy <[email protected]> --- (In reply to David Cook from comment #5) > (In reply to Marcel de Rooy from comment #0) > > If you use that, it will be accepted. The line is parsed correctly by > > Email::Address. But exim will return a SMTP error. > > I'm not sure it's Koha's job to figure out if the email address is real? I > think it's OK to get the SMTP error? For me, I think the key concern is "is > this in email address format where the SMTP software can deal with it?" Agreed. There is just a nasty bug somewhere: Adding the unexpected/unsupported(?) marcel <[email protected]> or with quotes "marcel" <[email protected]> in sendbasket/sendshelf are confirmed in the interface with Message sent. And die silently. The to address/header with the name (quoted and unquoted) pass Email::Address and should actually be correct for SMTP. But fail somewhere between Koha::Email and Email::Sender::Transport::SMTP. The fact that we use an encapsulated Email::Mime object within Email::Stuffer going to Email::Sender::Simple etc does not make it easier.. Part of the trace below. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
