I have l5.2 and I followed this steps in hooking sparkpost and laravel and I reverted my services and mail.php
to its original configuration:
https://medium.com/@petehouston/send-mail-with-sparkpost-in-laravel-b5e30a941ebf#.s2hebpwb6
But I get this error:
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
POST https://api.sparkpost.com/api/v1/transmissions
resulted in a400 Bad Request
response: { "errors": [ { "message": "Invalid domain", "description": "Unconfigured Sending Domain <example.com> ", "code": "7001" (truncated...) – TheBAST