Transactional emails
Quickly send transactional emails via SMTP or API. We have a free account, so you can test it.
Send emails using SMTP
Add Mailrelay’s server details into your application and start sending immediately.
Our SMTP server stands out for its high performance. We employ multiple proprietary technologies to automatically improve your delivery rate.
Bounces, spam reports and unsubscribe requests are managed automatically.
SMTP API
Use the SMTP API to easily send transactional emails from your website, CRM, or web apps to your subscribers.
<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://youraccount/api/v1/send_emails", CURLOPT_RETURNTRANSFER => true, CURLOPT_POST => true,
CURLOPT_HTTPHEADER => [ "x-auth-token: YOUR_API_KEY", "content-type: application/json" ],
CURLOPT_POSTFIELDS => json_encode([
"from" => [ "email" => "[email protected]", "name" => "Sender name" ],
"to" => [ ["email" => "[email protected]", "name" => "Rcpt name"] ],
"subject" => "My subject",
"html_part" => "<p>Hello!</p>"
])
]);
$response = curl_exec($curl);
var_dump($response);
Email effectiveness reports
Measure email metrics regularly to improve your email marketing performance and ROI.
Access all key reports – like how many people open and click your emails, how well they reach inboxes, delivery success and issues, and any spam complaints received.
Immediate Benefits
Improved deliverability
Transactional emails tend to have higher deliverability rates than promotional emails, as they are sent in response to a specific user action and are thus expected by the recipient.
Customer Engagement
Transactional emails, such as order confirmations or shipping notifications, keep customers informed and engaged throughout their interaction with a company or service.
Increase trust and security
By sending transaction confirmations (like purchase confirmations or account changes), transactional emails help to build trust between the customer and the company.
Personalization and relevance
Transactional emails can be highly personalized and contain information that is relevant to the recipient. This increases the likelihood that the email will be opened and read.
Cross-selling Opportunities
While their primary purpose is not promotional, transactional emails can be an effective opportunity to subtly introduce other relevant products or services to the customer.
Analytics and Tracking
Transactional emails allow businesses to track key metrics, such as open and click rates, which helps to better understand customer behavior and continually improve communication strategy.
Trusted by our customers
Empower your business with reliable, personalized transactional emails.
Enjoy higher deliverability, enhanced customer engagement, and analytics.