Posts by Fábio Queiroz • 1 point
2 posts
-
0
votes1
answer572
viewsA: Phpmailer error - Undefined class Constant 'ENCRYPTION_STARTTLS'
Problem solved. For those who have the same problem just exchange the ENCRYPTION_STARTTLS encryption for tls or ssl, depending on the server.
-
-1
votes1
answer572
viewsQ: Phpmailer error - Undefined class Constant 'ENCRYPTION_STARTTLS'
Hello, I executed the code, but the following error appears: Undefined class Constant 'ENCRYPTION_STARTTLS' Follows my code: <?php require "./bibliotecas/PHPMailer/Exception.php"; require…