Skip to content

Commit a3d7875

Browse files
author
gauthier witkowski
committed
Encryption PHPMailer
1 parent ddf4d38 commit a3d7875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AjaxForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
const USERNAME = ''; # SMTP username
2929
const PASSWORD = ''; # SMTP password
3030
const SECRET_KEY = ''; # GOOGLE secret key
31-
const SMTP_SECURE = PHPMailer::ENCRYPTION_STARTTLS;
31+
const SMTP_SECURE = PHPMailer::ENCRYPTION_STARTTLS; # or ENCRYPTION_SMTPS
3232
const SMTP_AUTH = true;
3333
const PORT = 587;
3434
const SUBJECT = 'New message !';

0 commit comments

Comments
 (0)