[Koha-bugs] [Bug 28870] Cart shipping fails because of Non-ASCII characters in display-name of reply-to address

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 23 15:24:09 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28870

--- Comment #11 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
(In reply to David Nind from comment #9)
> I attempted to test, but always seem to have a problem with sending
> carts/list where I have an error "Problem sending the cart..." (before
> patches are applied, using koha-testing-docker).

Yes, that's because KTD doesn't have an SMTP server running. But you should
look at the error logs before and after the patches. The errors should go from:

[2021/08/23 12:45:40] [WARN] Error sending mail: Invalid 'to' parameter:
tomascohen+á@gmail.com at /kohadevbox/koha/opac/opac-sendbasket.pl line 178.

into

[2021/08/23 13:11:22] [WARN] Error sending mail: unable to establish SMTP
connection to localhost port 25

> All the tests now ass.

:-D

> Also, does this address the issue of being able to send emails with accents
> and umlauts in them, or is that a separate bug? For example, I couldn't add
> an email address for a patron or system preferences where it has an accent
> or umlaut in either the address or the domain - get "Please enter a valid
> email address.".

It really depends on the context. But generally I'd say it is a different bug,
as validation on (say) memberentry is done a JavaScript level.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list