I have a Laravel 5.2 application, I need to send emails so I choose SparkPost as mail service. I configured the api_key, the driver, etc. But now I get this error:
Client error: `POST https://api.sparkpost.com/api/v1/transmissions` resulted in a `400 Bad Request` response:
{ "errors": [ { "message": "Invalid domain", "description": "No sending domain specified", "code": "7001" } ] }
I read that's because an invalid domain, so, it's not clear to me how to configure the domain if I don't have a domain, I just have a test server with an IP address 45.xxx.xxx.xxx or which options do I have to send mails?