emojunior

SMTP API in Web API?

I was reading this Web api mail page. It seems that we can include the smpt api as x-smtpapi parameter.

My question is, if we store all recipient address in the x-smtpapi parameter, do we still need to specify them in the 'to' parameter?

Or is the x-smtpapi parameter used where the web api fall short? Example to include unique args for the mails?

Which brings me to another question, can I have a unique argument for each recipient in a post that sends to multiple recipients?
1 person has
this question
+1
Reply