PHPackages                             adebayo27/tribearcmail - 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. adebayo27/tribearcmail

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

adebayo27/tribearcmail
======================

A wrapper for sending mail and sms with tribearc mail api

v1.0.1(3y ago)17MITPHP

Since Sep 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Adebayo27/tribearcMail)[ Packagist](https://packagist.org/packages/adebayo27/tribearcmail)[ RSS](/packages/adebayo27-tribearcmail/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Tribearc Mail
=============

[](#tribearc-mail)

A wrapper for sending mail and sms with tribearc mail api

Installation
------------

[](#installation)

Require `adebayo27/tribearcmail` using composer.

Usage
-----

[](#usage)

Add the following to the .env file

`TRIBEARC_MAIL_API_KEY="Your api key gotten from tribearc mail"`
`TRIBEARC_MAIL_FROM_NAME="Your from name"`
`TRIBEARC_MAIL_FROM_EMAIL="your from email"`
`TRIBEARC_MAIL_REPLY_TO="your reply to email"`
`TRIBEARC_MAIL_BUSINESS_ADDRESS="your business address (registered with tribe)"`
`TRIBEARC_MAIL_BUSINESS_NAME="your business name (registered with tribe)"`

### Example: using the library

[](#example-using-the-library)

```
