Skip to main content

Search Results for "send email"

We found 21 results for "send email".

Tutorial 1 min read Free

Quickly test email sending with... artisan tinker!

Artisan tinker is a wonderful command-line helper to run any simple code. I was often using it to test simple things like if there is any data in Eloquent model or something like that. But today I realised it's much more powerful. So when faced the task of testing if Mailgun is working for one of the clients - here's how it looked.

Package 2105 stars Last updated November 2025

Qoraiche/laravel-mail-editor

Mailable editor package for your Laravel applications to create and manage mailables using a web UI.

Package 474 stars Last updated October 2025

Xammie/mailbook

Package that lets you easily inspect your mails without having to actually trigger it in your application.

Code Example bytefury/crater

bytefury/crater

Files in the example:

  • app/Models/Payment.php
  • app/Http/Controllers/V1/Payment/SendPaymentController.php
  • app/Mail/SendPaymentMail.php

Code Example pixelfed/pixelfed

pixelfed/pixelfed

Files in the example:

  • app/Mail/ContactAdmin.php
  • resources/views/emails/contact/admin.blade.php
  • app/Jobs/ContactPipeline/ContactPipeline.php

Code Example tighten/onramp

tighten/onramp

Files in the example:

  • app/Mail/SuggestedResourceRejectionEmail.php
  • resources/views/emails/rejected-resource.blade.php
  • app/Nova/Actions/RejectSuggestedResource.php