Go to the source code of this file.
Variables | |
| $body = $mail->getFile('contents.html') | |
| $mail = new PHPMailer() | |
| AltBody = "To view the message, please use an HTML compatible email viewer!" | |
| From = "name@yourdomain.com" | |
| FromName = "First Last" | |
| Host = "smtp.gmail.com" | |
| Password = "yourpassword" | |
| Port = 465 | |
| SMTPAuth = true | |
| SMTPSecure = "ssl" | |
| Subject = "PHPMailer Test Subject via gmail" | |
| Username = "yourusername@gmail.com" | |
| WordWrap = 50 | |
1.5.6