1
Answer

webmail settings to send email

Guest User

Guest User

1y
684
1

Hi Team

I need some help with these settings below, want to use them from my email sending.

 

// Set the SMTP host name
$mail->Host = 'smtp.gmail.com';

// Set the SMTP port number
$mail->Port = 587;

// Set the encryption system to use - ssl (deprecated) or tls
$mail->SMTPSecure = 'tls';

 

Answers (1)