· 6 years ago · Jun 14, 2019, 06:44 PM
1[mail function]
2SMTP=smtp.gmail.com
3smtp_port=587
4sendmail_from = *******@gmail.com
5sendmail_path = ""D:xamppsendmailsendmail.exe" -t"
6
7smtp_server=smtp.gmail.com
8smtp_port=587
9error_logfile=error.log
10debug_logfile=debug.log
11auth_username=*****@gmail.com
12auth_password=******
13force_sender=************@gmail.com
14smtp_ssl=auto
15
1619/06/15 00:01:39 ** --- MESSAGE BEGIN ---
1719/06/15 00:01:39 ** To: ********@gmail.com
1819/06/15 00:01:39 ** Subject: Hello from XAMPP!
1919/06/15 00:01:39 ** From: *****@gmail.com
2019/06/15 00:01:39 **
2119/06/15 00:01:39 ** This is a test
2219/06/15 00:01:39 ** --- MESSAGE END ---
2319/06/15 00:01:40 ** Connecting to smtp.gmail.com:587
2419/06/15 00:01:41 ** Connected.
2519/06/15 00:01:44 << 220 smtp.gmail.com ESMTP r88sm6899147pjb.8 - gsmtp<EOL>
2619/06/15 00:01:44 >> EHLO ASUS<EOL>
2719/06/15 00:01:44 << 250-smtp.gmail.com at your service, [103.220.204.137]<EOL>250-SIZE 35882577<EOL>250-8BITMIME<EOL>250-STARTTLS<EOL>250-ENHANCEDSTATUSCODES<EOL>250-PIPELINING<EOL>250-CHUNKING<EOL>250 SMTPUTF8<EOL>
2819/06/15 00:01:44 ** Authenticating as ******@gmail.com
2919/06/15 00:01:44 >> STARTTLS<EOL>
3019/06/15 00:01:45 << 220 2.0.0 Ready to start TLS<EOL>
3119/06/15 00:01:45 >> QUIT<EOL>
3219/06/15 00:01:45 <<