heart Posts from the community...
Story
@ketbostoganashvili shared a post, 6Ā months ago
Technical Content Writer

How to Test Emails in Salesforce with Mailtrap Email Testing

While Salesforceā€™s testing capabilities are sufficient for running small deliverability tests or previewing your emails, they may not be enough for inspecting and debugging emails in detail. Plus, some methods may bear the risk of spamming contacts with test emails.Ā 

Thatā€™s where Mailtrap Email Testing comes into play. And today, weā€™ll teach you how to execute various tests in Salesforce using Mailtrap.Ā 

4-1-for-blue-1040x540
Story
@ketbostoganashvili shared a post, 7Ā months, 1Ā week ago
Technical Content Writer

How to Create an HTML Template That Email Clients Render Well

A developer canā€™t code an HTML email template using the same technologies and approaches as one would when building a web page. It may sound ridiculous, but itā€™s the truth. So, letā€™s try to figure out how valid this statement is.

How-to-Create-an-HTML-Template-That-Email-Clients-Render-Well-02-1040x540
Story
@ketbostoganashvili shared a post, 1Ā year ago
Technical Content Writer

How to Send HTML Emails in PHP

PHP has multiple options for sending HTML emails: the PHP mail() function, PHPMailer, or SymfonyMailer. However, the latter two are the more popular and recommended options.

Why? Because the PHP mail() function has multiple limitations, including the inability to add attachments or send emails using the SMTP server. Iā€™ll be diving into more details on the limitations below.Ā 

In this tutorial, Iā€™ll show you how to build and send HTML emails in PHP using the mail() function, PHPMailer, and SymfonyMailer. Iā€™ll also show you how to leverage Mailtrapā€™s SDK to send beautiful HTML emails in PHP. Letā€™s go!Ā 

PHP-send-HTML-email-featured-image
loading...