Bug in Sparkpost integration
-
Hi,
I have trouble getting Sparkpost to work with FluentSMTP. After configuration I try to send a test email via Sparkpost but it fails. In the debug logs I could find the following output:{ "code": 422, "message": "SparkPost API-Fehler", "errors": { "errors": [ { "message": "Domain name contains invalid characters or spaces: 'my-actual-domain-here.net>'", "code": "1300" } ] } }I suppose you have a typo in your code which is appending the > character to a string, that should only contain an email address.
It would be nice if you could look into that.
Best regads and thanks for the great work!
You must be logged in to reply to this topic.