Ticket #27 (closed defect: fixed)
Can't send e-mails to addresses with ' or %
| Reported by: | kmeirlaen | Owned by: | somebody |
|---|---|---|---|
| Priority: | important | Milestone: | 1.0 RC2 |
| Component: | Other | Version: | |
| Keywords: | Cc: |
Description
I’m sure there are a lot of other valid e-mail addresses that just won’t work with QEmailServer, but these ones are actually semi-common, so we should definately support them.
I’ve got it to work by changing line 105 of QEmailServer.class.php to:
preg_match_all ("/[a-zA-Z0-9_.'%+-]+[@][\-a-zA-Z0-9_.]+/", $strAddresses, $strAddressArray);
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

