Sparkpost integration with Laravel 5.4

Other topics

SAMPLE .env file data

To successfully create a sparkpost email api setup, add the below details to env file and your application will be good to start sending emails.

MAIL_DRIVER=sparkpost
SPARKPOST_SECRET=

NOTE: The above details does not give you the code written in controller which has the business logic to send emails using laravels Mail::send function.

Contributors

Topic Id: 10136

Example Ids: 31086

This site is not affiliated with any of the contributors.