PHPackages                             tparcina/qsendgrid - 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. tparcina/qsendgrid

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

tparcina/qsendgrid
==================

Simple to use mailer, with Sendgrid in the background

1.0.4(5y ago)0101PHP

Since Jul 2Pushed 4y agoCompare

[ Source](https://github.com/tparcina/QSendGrid)[ Packagist](https://packagist.org/packages/tparcina/qsendgrid)[ RSS](/packages/tparcina-qsendgrid/feed)WikiDiscussions master Synced today

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

QSendgrid
=========

[](#qsendgrid)

Simple to use mailer, built with Sendgrid in the background. Sends basic html email, with or without email attachments.

### Prerequisites

[](#prerequisites)

You will need to provide:

- Sendgrid API key, which can be created in [Sendgrid user interface](https://app.sendgrid.com/settings/api_keys)
- No Reply email address

> Key example: **SG.QDzWlz\_gShWMVi8svP...**

### Installing

[](#installing)

Install QSendgrid with composer:

```
composer require tparcina/qsendgrid

```

Basic usage
-----------

[](#basic-usage)

#### Sending basic html email:

[](#sending-basic-html-email)

```
