-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingest email via something other than IMAP #80
Comments
IMAP is used to fetch emails from the mailbox (not to send). |
Support for things like Mailgun incoming mail webhooks would be perfect |
Sure. Say you're running postfix. You can add pipe commands to aliases -files or ~/.forward:
|
@freescout-helpdesk I'm up for the challenge, can you assign this task to me? |
You are welcome to implement it. |
Implementation using https://github.com/beyondcode/laravel-mailbox will add several extra dependencies, so it would be better to implement it as a module. |
No problem. Is there any documentation on creating modules? Or should I just examine an existing module? What were your thoughts on a Laravel v5.7 compatible release? As would still need this even if the new functionality is introduced via a module. |
Upgrading to Laravel v5.7 is not planned for now. You will need to make chosen package working on Laravel v5.7. |
Thanks for getting forward on this. Piping email with Laravel example at https://www.sitepoint.com/piping-emails-laravel-application/ |
Hi @mattsims. Any news on this front? |
Feel free to use https://freescout.net/module/api-webhooks/ or https://freescout.net/zapier/ |
E.g. a webhook so that one could write a really small piece of software to deliver email from the MTA without having to have an IMAP account set up.
The text was updated successfully, but these errors were encountered: