I have deploy my this worker into production.
And added a SPF record and a _mailchannels record to my domainA.
And added a custom domainB to my worker.
Then try to POST https://domainB/api/email the body below:
{
"to": "myown@gmail.com",
"from": "support@domainA",
"subject": "Hello World",
"text": "Hello World"
}
But it always showed Internal Server Error.
Is there anything I missing to use this email sender?
I have deploy my this worker into production.
And added a
SPFrecord and a_mailchannelsrecord to my domainA.And added a custom domainB to my worker.
Then try to POST
https://domainB/api/emailthe body below:{ "to": "myown@gmail.com", "from": "support@domainA", "subject": "Hello World", "text": "Hello World" }But it always showed
Internal Server Error.Is there anything I missing to use this email sender?