#3862 closed defect (bug) (fixed)
phpmailer
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.2 | Priority: | normal |
Severity: | normal | Version: | 2.1.1 |
Component: | Administration | Keywords: | mail smtp encoding wp_mail |
Focuses: | Cc: |
Description
Integrate phpmailer to gain smarter header encoding and the option of SMTP. We could setup phpmailer to use php's mai() by default and add a hook that would allow plugins to configure phpmailer for SMTP.
phpmailer will hopefully fix encoding issues like #209.
Attachments (1)
Change History (8)
#1
@
18 years ago
Looks nice. Good news to me. Many people, include me, can't use PHP's mail() function on their virtual hosts.
I remember that PHPMailer doesn't support SSL connection so it can't connect Google SMTP server.
#2
@
18 years ago
Patch looks good, +1 from me for including phpmailer. That way we don't have to deal with all that mail stuff in the core.
#6
@
18 years ago
Should note that phpMailer doesn't seem to handle 8bit emails with utf-8 encoded subjects very well. They seem to get truncated.
Note: See
TracTickets for help on using
tickets.
class-phpmailer.php, class-smtp.php, new wp_mail()