Phpmailer | Download !!link!!

$mail = new PHPMailer(true);

// Recipients $mail->setFrom('from@example.com', 'Your Name'); $mail->addAddress('recipient@example.com', 'Recipient Name'); $mail->addReplyTo('reply@example.com', 'Reply Name'); phpmailer download

// Content $mail->isHTML(true); $mail->Subject = 'Test Email'; $mail->Body = 'This is a <b>test email</b>'; $mail->AltBody = 'This is a plain text version'; $mail = new PHPMailer(true)