SDKs installation
Here is the guide to install the SQK for the language that you need
PHP
composer require acymailing/sending-servicerequire_once 'vendor/autoload.php';$acymailer = new AcyMailer\SendingService('your-license-key');Node
npm i @acymailing/sending-serviceconst mailer = new AcyMailer('your-license-key');Last updated