0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00
PHPMailer/examples
Greg Rundlett c1c20f203b Update gmail.phps
The internet is littered with people trying to figure out why PHPMailer doesn't work for them with GMail.  ISPs like Digital Ocean do not support SMTP traffic over IPv6, but Google is IPv6 ready so PHPMailer waits a long time trying that before it tries IPv4.  That wait is either a major bottleneck, or a failure point as execution timeouts come into play.
See https://www.digitalocean.com/community/questions/outgoing-connections-on-port-25-587-143-blocked-over-ipv6
and
https://stackoverflow.com/questions/20068484/phpmailer-using-gmail-smtp-slow-when-sending-emails for example
2015-07-17 12:58:51 -04:00
..
images Make text in logo image more readable 2014-04-03 12:25:08 +02:00
scripts Drop useless executable bit 2014-09-27 11:34:07 -04:00
styles Major overhaul and cleanup of example code 2013-04-26 18:22:45 +02:00
code_generator.phps Don't set WordWrap in readme example, add comments about usage including 78 as a good value to use, fixes #327 2014-12-06 14:36:15 +01:00
contents.html Use multibyte text in tests 2015-03-25 19:22:55 +01:00
contentsutf8.html Use multibyte text in tests 2015-03-25 19:22:55 +01:00
exceptions.phps Add SMTP example 2014-09-25 14:18:57 +02:00
gmail.phps Update gmail.phps 2015-07-17 12:58:51 -04:00
index.html Remove 'advanced' html2text converter to resolve license clash, fixes #232 2014-12-17 16:07:02 +01:00
mail.phps Second Smallest PR 2014-09-28 02:25:22 -03:00
mailing_list.phps Add SMTP example 2014-09-25 14:18:57 +02:00
pop_before_smtp.phps Add SMTP example 2014-09-25 14:18:57 +02:00
send_file_upload.phps Add example of sending a file upload 2014-12-24 10:40:13 +01:00
sendmail.phps Add SMTP example 2014-09-25 14:18:57 +02:00
smtp_check.phps Add SMTP example 2014-09-25 14:18:57 +02:00
smtp_no_auth.phps Add SMTP example 2014-09-25 14:18:57 +02:00
smtp.phps Add SMTP example 2014-09-25 14:18:57 +02:00
ssl_options.phps Expose stream context options 2015-04-27 21:18:12 +02:00