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

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

akr4m/laravel-zeptomail
=======================

Custom Mail Driver Plugin for Laravel

1.0.1(1mo ago)073MITPHPPHP &gt;=8.0

Since Apr 24Pushed 1mo agoCompare

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

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

**Laravel Zoho ZeptoMail readme**

**Pre-requisites**

1. Zoho ZeptoMail application with verified domain.

**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 akr4m/laravel-zeptomail`

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

39

—

LowBetter than 84% of packages

Maintenance90

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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

46d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17238742?v=4)[AkrAm](/maintainers/akr4m)[@akr4m](https://github.com/akr4m)

---

Top Contributors

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

---

Tags

emailZohotransactionallaravel-driverzeptomail

### Embed Badge

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

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

###  Alternatives

[mailersend/laravel-driver

MailerSend Laravel Driver

88820.0k7](/packages/mailersend-laravel-driver)[moonshine/moonshine

Laravel administration panel

1.3k239.9k72](/packages/moonshine-moonshine)[illuminate/mail

The Illuminate Mail package.

6410.4M465](/packages/illuminate-mail)[propaganistas/laravel-disposable-email

Disposable email validator

6012.9M7](/packages/propaganistas-laravel-disposable-email)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

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

Laravel SDK for Bento

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

PHPackages © 2026

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