nova-mailman
nova-mailman copied to clipboard
Conveniently route all emails to a local mailbox.
In email templates I use `{{$message->embed(public_path('i/slojj-2.png'))}}` instead direct links to images.  `storage/app/mailman/8ef34f4b-e5b6-4023-9ae5-e691c270002c.blade.php` ```html
Case: sent emails belong to other entities. And explore what emails was sent about any entity.
``` Symfony\Component\Debug\Exception\FatalThrowableError: Call to undefined function Jstoone\Mailman\array_first() /var/www/app/vendor/jstoone/nova-mailman/src/DeliverToInbox.php:91 /var/www/app/vendor/jstoone/nova-mailman/src/DeliverToInbox.php:83 /var/www/app/vendor/jstoone/nova-mailman/src/DeliverToInbox.php:41 /var/www/app/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php:366 /var/www/app/vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php:196 /var/www/app/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php:519 /var/www/app/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php:261 /var/www/app/vendor/laravel/framework/src/Illuminate/Mail/Mailable.php:159 /var/www/app/vendor/laravel/framework/src/Illuminate/Support/Traits/Localizable.php:19 /var/www/app/vendor/laravel/framework/src/Illuminate/Mail/Mailable.php:160 /var/www/app/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php:275 /var/www/app/vendor/laravel/framework/src/Illuminate/Mail/Mailer.php:229 /var/www/app/vendor/laravel/framework/src/Illuminate/Mail/PendingMail.php:127 ```
Case: list of 100+ emails is too long and stretches the page in height. When scrolling down and opening a email, the div with viewing the email goes out of...
Why show old mails at the top? All mailers show the most recent mails on the top.
### About When developing a new email it is qute a hazzle to have to resend the email for each and every iteration. ### Solution Find a way to capture...
### About When using Mailtrap I very often like to switch between the desktop/tablet/mobile viewports presented in the HTML view of Mailtrap.  ### Tasks...
### Aboout Once #7 has been solved, I can If you don't know where you've been, how do you know where you're going? ### Solution Since a re-sent email has...
### About Currenly you have to manually refresh the inbox to get new emails, this is a bit irritating. ### Solution Figure out a way to properly do some kind...