Posts by Leonardo Ferreira de Melo • 21 points
1 post
- 
		2 votes1 answer518 viewsQ: Problem for sending Email with PHPMAILER using a GMAIL account for sendingCode require("phpmailer/class.phpmailer.php"); $mail = new PHPMailer(); $mail->IsSMTP(); $mail->Charset = 'utf-8'; $mail->Host = 'smtp.gmail.com'; $mail->SMTPAuth = true;…