For Developers By Developers

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.

Trusted by 145+ customers and delivering over 18 Million emails/month.

Configure invitations emails with SMTP for Zend

invitations emails is an important component of any email communication strategy. In order to ensure delivery of invitations emails to your customers, reply on a trusted cloud-based email provider like Mailazy as a partner in your growth journey.

Prerequisites

You need to complete these given prerequisites, you can skip the step if you have already completed.

  1. Sign up for a Mailazy account.

  2. Complete Domain Authentication.

  3. Generate the Mailazy Access Key

Integrate Mailazy with Zend

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('[email protected]', 'Some Sender');
$mail->addTo('[email protected]','Some Recipient');
$mail->setSubject('Test Subject');
$mail->setBodyText('This is the text of the mail using Zend.');
$mail->send($transport);

Send transactional emails with Mailazy

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.

Ready to get started?

Get started — it's free