All articles Social Media

Use gmail

SocialBar Team · Jun 13, 2025 · 1 min read

getFile('contents.html'); $body = eregi_replace("[\]",'',$body); $mail->IsSMTP(); $mail->SMTPAuth = true; // enable SMTP authentication $mail->SMTPSecure = "ssl"; // sets the prefix to the servier $mail->Host = "smtp.gmail.com"; // sets GMAIL as the SMTP server $mail->Port = 465; // set the SMTP port $mail->Username = "yourname@gmail.com"; // GMAIL username $mail->Password = "password"; // GMAIL password $mail->From = "replyto@yourdomain.com"; $mail->FromName = "Webmaster"; $mail->Subject = "This is the subject"; $mail->AltBody = "This is the body when user views in plain text format"; //Text Body $mail->WordWrap = 50; // set word wrap $mail->MsgHTML($body); $mail->AddReplyTo("replyto@yourdomain.com","Webmaster"); $mail->AddAttachment("/path/to/file.zip"); // attachment $mail->AddAttachment("/path/to/image.jpg", "new.jpg"); // attachment $mail->AddAddress("username@domain.com","First Last"); $mail->IsHTML(true); // send as HTML if(!$mail->Send()) { echo "Mailer Error: " . $mail->ErrorInfo; } else { echo "Message has been sent"; } ?>

Article FAQ

What does this article cover?

"Use gmail" explains practical social media strategies you can apply from the SocialBar blog.

Is this guide beginner-friendly?

Yes. We write for creators and small teams — step-by-step where it helps, without unnecessary jargon.

Can I share this article?

You may link to this page freely. Please credit SocialBar when republishing excerpts.

How do I put these tips into action?

Use the service links in the article or browse SocialBar packages for followers, likes, views and engagement.

Need help with an order after reading?

Contact SocialBar support with your order ID — the team can clarify delivery, refills and package choice.

Support Chat on WhatsApp