ketevanbostoganashvili.hashnode.devSend emails with Vercel and MailtrapThis article is based on Mailtrap's official tutorial on how to send email in Vercel. Before we start Required accounts Vercel account - to host your applications and manage environment variables Mailtrap account - to send emails with high delivera...Sep 2, 2025·3 min read
ketevanbostoganashvili.hashnode.devHow to Test Emails in Salesforce with Mailtrap Email TestingWhile 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 w...Sep 11, 2024·12 min read
ketevanbostoganashvili.hashnode.devHow to Create an HTML Template That Email Clients Render WellA 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. Email clients with n...Jul 24, 2024·8 min read
ketevanbostoganashvili.hashnode.devHow to Send HTML Emails in PHPPHP 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...Mar 6, 2024·24 min read
ketevanbostoganashvili.hashnode.devWhat Is Email Bounce Rate and Why Is It Important?We all know that spam complaints are a nightmare for anyone sending marketing emails. But so are bounce rates, especially if they are high. In today’s blog post, we’ll guide you through the maze of email bounce rates and provide useful tips for keep...Jan 31, 2024·11 min read