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(1y ago)020.8k↑40.6%11[1 issues](https://github.com/zohomail/laravel-zeptomail/issues)[3 PRs](https://github.com/zohomail/laravel-zeptomail/pulls)MITPHPPHP &gt;=8.0

Since May 20Pushed 7mo 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 3d 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 83% of packages

Maintenance56

Moderate activity, may be stable

Popularity32

Limited adoption so far

Community11

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

411d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37181180?v=4)[zm](/maintainers/zohomail)[@zohomail](https://github.com/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

90875.7k9](/packages/mailersend-laravel-driver)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[illuminate/mail

The Illuminate Mail package.

5910.6M503](/packages/illuminate-mail)[propaganistas/laravel-disposable-email

Disposable email validator

6023.0M7](/packages/propaganistas-laravel-disposable-email)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M576](/packages/shopware-core)

PHPackages © 2026

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