PHPackages                             zohomail/laravel-zeptomail - 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. zohomail/laravel-zeptomail

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

zohomail/laravel-zeptomail
==========================

Custom Mail Driver Plugin for Laravel

1.0.1(12mo ago)010.4k↓10.9%4[2 PRs](https://github.com/zohomail/laravel-zeptomail/pulls)MITPHPPHP &gt;=8.0

Since May 20Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/zohomail/laravel-zeptomail)[ Packagist](https://packagist.org/packages/zohomail/laravel-zeptomail)[ RSS](/packages/zohomail-laravel-zeptomail/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

**Laravel Zoho ZeptoMail readme**

**Pre-requisites**

1. Zoho ZeptoMail application with verified domain.
2. Laravel v9.0 and above.

**Installation and configuration**

You can add ZeptoMail driver to send emails from your Laravel application. As a first step, you should install ZeptoMail.

Navigate to the application's root folder and paste the following code.

`composer require zohomail/laravel-zeptomail:dev-main`

Next, you should set ZeptoMail as a mail transport. Follow the steps given [in this section](https://laravel.com/docs/10.x/mail#custom-transports) to add and define a custom transport. Next, you can add the mailer definition within your application's **config/mail.php** configuration file

`'zeptomail' => ['transport' => 'zeptomail',],`

Once you configure mail transport, add the following parameters in the **.env file** of your Laravel application.

Add ZeptoMail's API token in the .env file using the following command. Copy the Send Mail token from the desired Mail Agent and paste it in this column.

```
ZEPTOMAIL_HOST=zoho.com
ZEPTOMAIL_TOKEN="SEND_MAIL_TOKEN"

```

Set the **MAIL\_MAILER** variable to ZeptoMail.

`MAIL_MAILER=zeptomail`

Add the FROM address available in the .env file

```
MAIL_FROM_ADDRESS=invoice@zylker.com
MAIL_FROM_NAME="App Name"

```

**Sending test email**

You can check the configuration by sending a test email. You can use the Tinker configuration to do so.

Open your command prompt / terminal and enter the following commands.

Launch the tinker environment.

`php artisan tinker`

Next, execute the following email-sending command

`Mail::raw('This is a test email', function ($message) { $message->to('test@email.com') ->subject('Testing Laravel'); });`

Enter the relevant email address in the **to** field.

Once you execute the command, go to the to address to check your configuration.

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance61

Regular maintenance activity

Popularity28

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

364d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/83cf0e4244eb1e1bd5210d7d12133e7cef85b9241ff32b5d3d9075c87d149421?d=identicon)[zohomail](/maintainers/zohomail)

---

Top Contributors

[![zohomail](https://avatars.githubusercontent.com/u/37181180?v=4)](https://github.com/zohomail "zohomail (4 commits)")

---

Tags

emailZohotransactionallaravel-driverzeptomail

### Embed Badge

![Health badge](/badges/zohomail-laravel-zeptomail/health.svg)

```
[![Health](https://phpackages.com/badges/zohomail-laravel-zeptomail/health.svg)](https://phpackages.com/packages/zohomail-laravel-zeptomail)
```

###  Alternatives

[mailersend/laravel-driver

MailerSend Laravel Driver

87732.8k4](/packages/mailersend-laravel-driver)[propaganistas/laravel-disposable-email

Disposable email validator

5762.6M6](/packages/propaganistas-laravel-disposable-email)[slot/mandrill-bundle

Symfony Mandrill Bundle

671.5M1](/packages/slot-mandrill-bundle)[mailersend/mailersend

MailerSend PHP SDK

801.0M7](/packages/mailersend-mailersend)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[bentonow/bento-laravel-sdk

Laravel SDK for Bento

2338.5k1](/packages/bentonow-bento-laravel-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
