nova-mailman icon indicating copy to clipboard operation
nova-mailman copied to clipboard

Conveniently route all emails to a local mailbox.

Results 10 nova-mailman issues
Sort by recently updated
recently updated
newest added

In email templates I use `{{$message->embed(public_path('i/slojj-2.png'))}}` instead direct links to images. ![image](https://i.ibb.co/R21F8HZ/Nova-Mailman-Google-Chrome-2019-10-22-18-09-18.png) `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...

feature

### About When using Mailtrap I very often like to switch between the desktop/tablet/mobile viewports presented in the HTML view of Mailtrap. ![screenshot 2018-11-25 at 02 00 17](https://user-images.githubusercontent.com/1711456/48974341-ed5d4800-f055-11e8-9723-03153f2a5154.png) ### Tasks...

feature

### 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...

feature

### About Very much the same as #9, but as a inbox-wide action.

enhancement

### 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...

enhancement