You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm struggling to make batch send customised HTML Emails... here is the code
` $config = new Configuration();
$config->setApiKey("api-key", $company->getMailerApiKey()->getApiKey());
For each recipients I would like to send a customised subject and htmlContent and i don't know why I get this error message : "code":"invalid_parameter","message":"to is not valid in messageVersions"...Even if messageVersions documentation is showing to use "to" parameter to define destination.
Please, Can anyone help me ??? Thks!!
The text was updated successfully, but these errors were encountered:
I'm struggling to make batch send customised HTML Emails... here is the code
` $config = new Configuration();
$config->setApiKey("api-key", $company->getMailerApiKey()->getApiKey());
For each recipients I would like to send a customised subject and htmlContent and i don't know why I get this error message : "code":"invalid_parameter","message":"to is not valid in messageVersions"...Even if messageVersions documentation is showing to use "to" parameter to define destination.
Please, Can anyone help me ??? Thks!!
The text was updated successfully, but these errors were encountered: