PHPackages                             rodrigoq/phpmailersendgrid - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. rodrigoq/phpmailersendgrid

ActiveLibrary[Mail &amp; Notifications](/categories/mail)

rodrigoq/phpmailersendgrid
==========================

PHPMailer extension to send emails via Sendgrid (or save to file).

1.0.6(1y ago)02.6k↓100%31LGPL-3.0-or-laterPHP

Since May 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rodrigoq/PHPMailerSendGrid)[ Packagist](https://packagist.org/packages/rodrigoq/phpmailersendgrid)[ Docs](http://github.com/rodrigoq/PHPMailerSendGrid)[ RSS](/packages/rodrigoq-phpmailersendgrid/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (8)Used By (1)

PHPMailerSendGrid
=================

[](#phpmailersendgrid)

PHPMailer extension to send emails via Sendgrid (or save to file).

Installation &amp; loading
--------------------------

[](#installation--loading)

PHPMailerSendGrid is available on [Packagist](https://packagist.org/packages/rodrigoq/phpmailersendgrid) (using semantic versioning), and installation via [Composer](https://getcomposer.org) is the recommended way to install PHPMailer. Just add this line to your `composer.json` file:

```
"rodrigoq/phpmailersendgrid": "^1.0"
```

or run

```
composer require rodrigoq/phpmailersendgrid
```

Dependencies
------------

[](#dependencies)

This project depends on

- [PHPMailer](https://github.com/PHPMailer/PHPMailer)
- [sendgrid-php](https://github.com/sendgrid/sendgrid-php)
- The [Sendgrid](https://sendgrid.com) service

A Simple Example
----------------

[](#a-simple-example)

```
