Skip to content

No Debug informations just SMTP connect() failed #2949

Answered by Synchro
Firehold asked this question in Q&A
Discussion options

You must be logged in to vote

Port is an int:

define('SMTP_PORT',     465);

SMTPSecure is case-sensitive:

define('SMTP_PROTOCOL', 'ssl');

It also has its own constant already: PHPMailer::ENCRYPTION_SMTPS

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Synchro
Comment options

@Firehold
Comment options

@Synchro
Comment options

Answer selected by Firehold
@Firehold
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants