Cloud based communication platform created by developers for developers

Be Innovative Create Success Be Empowered Stay Connected

Early Access

Grow your business with transactional and marketing emails

Platform that covers all your communication needs.

Sign up for early access

Reliable And Easy-To-Use Email API

 

Integrate mobile and email messaging into your existing platform and scale your business. Communicate directly and cost-effectively with customers around the world. Add SMS and Email messaging in your software with the programming language you already use. Get started with our comprehensive documentation or contact our developers if you get stuck.

Documentation Sign up for early access
 
 
 
require 'vendor/autoload.php';

use MessageX\Service\Email\ValueObject\Email;
use MessageX\Service\Email\ValueObject\Body;
use MessageX\Service\Email\EmailClient;

$emailClient = new EmailClient([
        'credentials' => ['key' => 'XXXXX', 'secret' => 'XXXXX']
    ]);

$emailClient->sendEmail(
    (new Email(
        'John Doe <johndoe@example.com>', 
        ['Jane Doe <janedoe@example.com>']
    ))
    ->setSubject('Greetings')
    ->addBody(new Body('text/plain', 'Hi Jane'))
);

Sign up to our newsletter

 

Find out the latest news about messagex cloud.

By signing up, you agree to the Terms of Service