Skip to content

Tag: email

Sending a mail using PHPMailer with Gmail Account

I am trying to send an email from my website using the PHPMailer library. All I did so for was: I downloaded PHPMailer 5.2-stable from this link. I uploaded the following files on my hosting: class.phpmailer.php, class.smtp.php and PHPMailerAutoload.php Then I created a file name contact.php and wrote the fol…

Create a custom user email

I actually wish to have a custom email when a user signs up on the website. Here is the existing code: current result: Thanks for creating an account on (website name). Your username is (user name). You can access your account area to view orders, change your password, and more at: https://www.(website name).…

I want to send the filtered data to my mail from the Database

I have written the code for Filter the data from Database and send the result via mail. Its sending the mail, but its sending separate mails for each row displaying in the result. I want the result in a single mail. I have share the code iam using now. Answer I think you can just use .= to concatenate onto