You can integrate Mailazy in minutes with your platform. Build and monitor your email solution on a trusted foundation with technical and strategic support when you need it the most.
Shipping confirmation emails is an important component of any email communication strategy. In order to ensure delivery of Shipping confirmation emails to your customers, reply on a trusted cloud-based email provider like Mailazy as a partner in your growth journey.
You need to complete these given prerequisites, you can skip the step if you have already completed.
Sign up for a Mailazy account.
Complete Domain Authentication.
Generate the Mailazy Access Key
You can directly integrate Zend's mail module with Mailazy to use our SMTP servers for outgoing messages.
require_once '$HOME/mailazy/Zend/library/Zend/Mail.php';
require_once '/$HOME/mailazy/Zend/library/Zend/Mail/Transport/Smtp.php';
$config = array('ssl' => 'tls',
'port' => '587',
'auth' => 'login',
'username' => 'mailazy_apikey',
'api_key' => 'mailazy_secret');
$transport = new Zend_Mail_Transport_Smtp('smtp.mailazy.com', $config);
$mail = new Zend_Mail();
$mail->setFrom('sendeexampexample@example.com', 'Some Sender');
$mail->addTo('email@example.com','Some Recipient');
$mail->setSubject('Test Subject');
$mail->setBodyText('This is the text of the mail using Zend.');
$mail->send($transport);
Mailazy email delivery platform is powered by AI and uses the global infrastructure so that you can scale effortlessly. Mailazy is the trusted transactional email provider for hundreds of businesses and we are growing every day. We are known for being the most reliable and trusted senders on the internet.