Skip to content

acorvin/php-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emailing through PHP

Configuration used to send SMTP email through PHP using PHPMailer.

How To Use

You'll need to install Composer if you don't have it on your system.

Initialize Composer:

composer init

Install PHPMailer through Composer (recommended method) (The composer.json file includes "phpmailer/phpmailer": "^6.5")

composer install

Learn more about PHPMailer

Author

Alex Corvin

Version

1.0.0

License

License: MIT

About

sending email through PHP using PHPMailer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages