adds SMTP port field to configuration UI
adds value of field to $class->Port
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | phpmailer_smtp.patch | 2.36 KB | joshk |
| messaging_messaging_phpmailer_smtpport.patch | 991 bytes | bryan_savage |
adds SMTP port field to configuration UI
adds value of field to $class->Port
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | phpmailer_smtp.patch | 2.36 KB | joshk |
| messaging_messaging_phpmailer_smtpport.patch | 991 bytes | bryan_savage |
Comments
Comment #1
joshk commentedI'll do one better: let's have the ability to use SSL or TLS in there too. I also added a watchdog log to catch SMTP failures.
With this patch, the phpmailer can use your gmail account to send outgoing mail! :)
Comment #2
jose reyero commentedLooks great, committed. Thanks.