All Projects → beyondcode → Laravel Mailbox

beyondcode / Laravel Mailbox

Licence: mit
Catch incoming emails in your Laravel application

Projects that are alternatives of or similar to Laravel Mailbox

go-mail
📧 A cross platform mail driver for GoLang. Featuring Mailgun, Postal, Postmark, SendGrid, SparkPost & SMTP.
Stars: ✭ 169 (-78.42%)
Mutual labels:  mail, mailgun, sendgrid
SlmMail
Send mail from Laminas or Mezzio using external mail services.
Stars: ✭ 107 (-86.33%)
Mutual labels:  mail, mailgun, sendgrid
Slmmail
Send mail from Laminas or Mezzio using external mail services.
Stars: ✭ 106 (-86.46%)
Mutual labels:  mail, sendgrid, mailgun
wemail
Send Affordable Bulk Email Campaign Through WordPress
Stars: ✭ 19 (-97.57%)
Mutual labels:  mailgun, sendgrid
mailer
Simple Email Sending Client for Mailgun & Sendgrid services in crystal
Stars: ✭ 16 (-97.96%)
Mutual labels:  mailgun, sendgrid
Mail
RiiConnect24 Mail Scripts. OSS.
Stars: ✭ 11 (-98.6%)
Mutual labels:  mail, sendgrid
Laravel Mail Editor
MailEclipse ⚡ Laravel Mailable Editor!
Stars: ✭ 1,714 (+118.9%)
Mutual labels:  laravel, mail
bulk-mail-cli
Do quick, hassle-free email marketing with this small but very powerful tool! 🔥
Stars: ✭ 88 (-88.76%)
Mutual labels:  mail, mailgun
mailcoach-support
Questions and support for Mailcoach
Stars: ✭ 32 (-95.91%)
Mutual labels:  mailgun, sendgrid
Magento2 Gmail Smtp App
Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP (Simple Mail Transfer Protocol) servers
Stars: ✭ 281 (-64.11%)
Mutual labels:  sendgrid, mailgun
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (-7.15%)
Mutual labels:  sendgrid, mailgun
MailHookBundle
A bundle to catch API webhook from different mail service
Stars: ✭ 36 (-95.4%)
Mutual labels:  mailgun, sendgrid
Laravel Disposable Email
Disposable email address validator for Laravel
Stars: ✭ 147 (-81.23%)
Mutual labels:  laravel, mail
Laravel Mailable Test
An artisan command to easily test mailables
Stars: ✭ 143 (-81.74%)
Mutual labels:  laravel, mail
Laravel Welcome Notification
Send a welcome notification to new users
Stars: ✭ 299 (-61.81%)
Mutual labels:  laravel, mail
Airform
Functional HTML forms for Front-End Developers.
Stars: ✭ 307 (-60.79%)
Mutual labels:  sendgrid, mailgun
Omnimail
Send email across all platforms using one interface
Stars: ✭ 325 (-58.49%)
Mutual labels:  sendgrid, mailgun
Laravel Mail Preview
A mail driver to quickly preview mail
Stars: ✭ 851 (+8.68%)
Mutual labels:  laravel, mail
Laravel Mailguneu
Allow customising the Mailgun server URL to use EU servers.
Stars: ✭ 13 (-98.34%)
Mutual labels:  laravel, mailgun
Mailgun
Mailgun package for Laravel
Stars: ✭ 297 (-62.07%)
Mutual labels:  laravel, mail

Laravel Mailbox 📬

Latest Version on Packagist Build Status Quality Score Total Downloads

Handle incoming emails in your Laravel application.

Mailbox::from('{username}@gmail.com', function (InboundEmail $email, $username) {
    // Access email attributes and content
    $subject = $email->subject();
    
    $email->reply(new ReplyMailable);
});

https://phppackagedevelopment.com

If you want to learn how to create reusable PHP packages yourself, take a look at my upcoming PHP Package Development video course.

Installation

You can install the package via composer:

composer require beyondcode/laravel-mailbox

Usage

Take a look at the official documentation.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].