Download the PHP package thedavidinyang/phpsimplemail without Composer
On this page you can find all versions of the php package thedavidinyang/phpsimplemail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thedavidinyang/phpsimplemail
More information about thedavidinyang/phpsimplemail
Files in thedavidinyang/phpsimplemail
Package phpsimplemail
Short Description A full-featured simple php fluent interface for sending html or plaintext emails via smtp
License MIT
Homepage https://github.com/thedavidinyang/phpsimplemail
Informations about the package phpsimplemail
PHP SimpleMail
A full-featured simple php fluent interface for sending html or plaintext emails via smtp or sendgrid
This is a simple mail interface that makes sending smtp emails extremely easy.
You can send plaintext or html email, and also include attatchements easily from a fluent interface.
It provides all the basic pieces need to craft almost any kind of email.
SMTP Configuration
- host = smtp host url
- username = smtp username
- password = smtp password
- authentication = SSL or TLS
- port = smtp port
Sendgrid Configuration
- apiKey = your sendgrid api key
Easy Installation
Install with composer
To install with Composer, simply require the latest version of this package.
Make sure that the autoload file from Composer is loaded.
Download and install
Download a packaged archive and extract it into the directory where the package will reside
- You can download stable copies of dompdf from https://github.com/thedavidinyang/phpsimplemail/releases
Quick Start
Just pass your email configuration into PHPSimplemail:
SendGrid Integration
Just pass your sendgrid API key into PHPSimplemail:
All versions of phpsimplemail with dependencies
ext-ctype Version *
ext-filter Version *
ext-hash Version *
phpmailer/phpmailer Version ^6.9
guzzlehttp/guzzle Version ^7.2
rodrigoq/phpmailersendgrid Version ^1.0