Monoulou

Results 1 issues of Monoulou

I'm struggling to make batch send customised HTML Emails... here is the code ` $config = new Configuration(); $config->setApiKey("api-key", $company->getMailerApiKey()->getApiKey()); $apiInstance = new TransactionalEmailsApi(null, $config); $content["sender"] = ['name' => $company->getName(),...