Added initial files

This commit is contained in:
gyurix
2023-05-23 18:18:36 +02:00
parent a57795594f
commit e2107f4725
69 changed files with 17370 additions and 0 deletions

14
files/js/issue_template.md Executable file
View File

@@ -0,0 +1,14 @@
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)
- [] 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**!
# Problem description
# Code to reproduce
# Debug output