Download the PHP package notifiablehq/receive-email without Composer
On this page you can find all versions of the php package notifiablehq/receive-email. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download notifiablehq/receive-email
More information about notifiablehq/receive-email
Files in notifiablehq/receive-email
Package receive-email
Short Description Let your Laravel app receive emails.
License MIT
Informations about the package receive-email
Receive Email
Let your Laravel app receive emails.
Installation
Usage
TBD
Forge Deployment
-
Add this to your recipes, you can name it
Install Mailparse
. Make sure the user isroot
. -
If you already have an existing server, run this recipe on that server. Otherwise, create a new server and make sure to select this recipe as a
Post-Provision Recipe
. You'll have to showAdvance Settings
to select this. -
Once you have the server ready, open up
Port 25
, add your site, and deploy your Laravel app. -
SSH into your Forge server and go to your site directory. Then run the setup command as a
super user
: -
Add the following DNS records to your domain:
Type Host Value A your-application-domain.com your.forge.ip.address Type Host Value Priority MX domain-that-receives-email.com your-application-domain.com 10
Research References
Credits
The solutions in this package are inspired by the following projects: