Merge remote-tracking branch 'remotes/origin/master' into 6.0
# Conflicts: # VERSION # src/PHPMailer.php # src/POP3.php # src/SMTP.php
This commit is contained in:
parent
b91bf9267e
commit
81062fa300
|
|
@ -1 +0,0 @@
|
|||
Non-security issues and pull requests are no longer being accepted for the legacy PHPMailer 5.2 branch. Migrate to PHPMailer 6.0 (or later) and report your issue there.
|
||||
|
|
@ -1,11 +1,10 @@
|
|||
Please check these things before submitting your issue:
|
||||
|
||||
- [ ] Make sure you're using the latest version of PHPMailer
|
||||
- [ ] Check that your problem is not dealt with in [the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting)
|
||||
- [ ] Check that your problem is not dealt with in [the troubleshooting guide](https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting), especially if you're having problems connecting to Gmail or GoDaddy
|
||||
- [ ] Include sufficient code to reproduce your problem
|
||||
- [ ] If you're having an SMTP issue, include the debug output generated with `SMTPDebug = 2` set
|
||||
- [ ] If you're having problems connecting to gmail or GoDaddy, check the troubleshooting guide
|
||||
- [ ] If you have a question about how to use PHPMailer (rather than reporting a bug in it), [tag a question on Stack Overflow with phpmailer](http://stackoverflow.com/questions/tagged/phpmailer), but **search first**!
|
||||
- [ ] If you have a question about how to use PHPMailer (rather than reporting a bug in it), tag a question on Stack Overflow with `phpmailer`, but [**search first**](http://stackoverflow.com/questions/tagged/phpmailer)!
|
||||
|
||||
# Problem description
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue