Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~179 People Reached
Favorite Forums
Favorite Tags
Member Avatar for plasteezy

how do i use the phpmailer() class to send html emails with images embedded in it my code is shown below [CODE]<?php require("class.phpmailer.php"); $msg = $_POST['msg']; $subject = $_POST['subject']; $mail = new PHPMailer(); $mail->IsSMTP(); $mail->Host = "smtp.branddesignexpress.com"; $mail->SMTPAuth = false; $mail->Username = 'admin@example.com'; $mail->Password = '*****'; $mail->From="mailer@example.com"; $mail->FromName="My site's mailer"; …

Member Avatar for pritaeas
0
179