Skip to content

Unique-1/how_to_send_email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

how_to_send_email

this is php script to send email phpmailer library with smtp

download PHPMailer from github, the preferrable 6.6.3 version or latest version

Gmail account setup

  • create gmail account
  • open the account
  • goto settings or manage account
  • click on security tab
  • enable 2-step verification
  • under 2-step verification, click on App pasword
  • enter the gmail account passowrd to verify and contiue
  • select app and choose other (custom app)
  • type "Test" in the testbox and click on generate
  • lastly, copy the password generated and paste it in $mail->Password = '',

About

php script to send email using phpmailer with smtp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages