PHPMailer is a code files are use for send emails safely and easily using PHP code. Sending emails directly via PHP code using SMTP protocol.
Features of PHPMailer
- Debugging feature
- Send plain, HTML, and Multipart batched files Mail
- Send Mail using SSL, TLS
- SMTP, POP3
Here are steps to use the PHPMailer
First, download PHPMailer code with the below link
After downloaded the file unzip / extract it to your project / root folder. In my case I have put files in public_html/PHPMailer/ folder. Now, you need to change web pages to use the PHPMailer code.
For send mail copy and below code and past to your PHP file <?php
require("class.PHPMailer.php");
$mail = new PHPMailer();
$mail->IsSMTP(); // set mailer to use SMTP
$mail->Host = "smtp1.example.com "; // specify main and backup server
$mail->SMTPAuth = true; // turn on SMTP authentication
$mail->Username = "<Your UserName>"; // SMTP username
$mail->Password = "<Your Password>"; // SMTP password
$mail->From = "from@email.com";
$mail->FromName = "Technologespost.com";
$mail->AddAddress("nikunj@example.com", "Nikunj Kansara");
$mail->AddAddress("ellen@example.com"); // name is optional
$mail->AddReplyTo("info@example.com", "Information");
$mail->WordWrap = 50; // set word wrap to 50 characters
$mail->AddAttachment("/var/tmp/file.tar.gz"); // add attachments
$mail->AddAttachment("/tmp/image.jpg", "new.jpg"); // optional name
$mail->IsHTML(true); // set email format to HTML
$mail->Subject = "Here is the subject";
$mail->Body = "This is the HTML message body <b>in bold!</b>";
$mail->AltBody = "This is the body in plain text for non-HTML mail clients";
if(!$mail->Send())
{
echo "Message could not be sent. <p>";
echo "Mailer Error: " . $mail->ErrorInfo;
exit;
}
echo "Message has been sent";
?>
The method that you are projecting the way is easy to learn. I can get the concept quickly.
ReplyDeleteQTP Training in Chennai
QTP Training
QTP Classes
QTP Course in Chennai
Automation testing training in chennai
best qtp training in chennai
qtp training institutes in chennai
Admiring the time and effort you put into your blog and detailed information you offer!..
ReplyDeleteemail lookup
I recently came across your blog and have been reading along. I thought I would leave my first comment. I don’t know what to say except that I have enjoyed reading. Nice blog, I will keep visiting this blog very often. business email
ReplyDeleteGreat post but I was wondering if you could write a little more on this subject? I’d be very thankful if you could elaborate a little bit further. Thanks in advance! Email Login Tips
ReplyDeleteYes i am totally agreed with this article and i just want say that this article is very nice and very informative article.I will make sure to be reading your blog more. You made a good point but I can't help but wonder, what about the other side? !!!!!!Thanks hotmail login
ReplyDelete