Join us

heart Posts from the community tagged with php...
Sponsored Link FAUN Team
@faun shared a link, 1 year ago

Read DevOps Weekly - DevOpsLinks

DevOps Weekly Newsletter, DevOpsLinks. Curated DevOps news, tutorials, tools and more! 

Join thousands of other readers, 100% free, unsubscribe anytime.

Story Mailtrap Team
@sofiatarhonska shared a post, 1 year, 6 months ago
Mailtrap

How to Test Emails in PHP

Learn how to test your email sending functionality in PHP app with Pear Mail and Swift Mailer to ensure everything works perfectly.

php1.png
Story
@sofiatarhonska shared a post, 1 year, 6 months ago
Mailtrap

How to Send Emails with CodeIgniter

CodeIgniter is an application development framework that helps PHP developers to create websites faster while avoiding a long time on configuration. It contains a rich set of libraries, including Codeigniter’s email Library, needed for frequent tasks such as an email sender. This article will demonstrate how to set up a CodeIgniter environment and develop a mailer by sending HTML emails, attachments and how to test it with Mailtrap.

Story
@sofiatarhonska shared a post, 1 year, 6 months ago
Mailtrap

Send Emails with Gmail API

Gmail is one of the most popular email services so far, and you will very probably want to use it as a mailbox for your web or mobile app. It is safe and credible, which is crucial to prevent your emails from going into the spam folder. That’s why we decided to flesh out how to send emails with Gmail API.

Story Mailtrap Team
@sofiatarhonska shared a post, 1 year, 7 months ago
Mailtrap

PHP Email Contact Form

We explain how to build a contact form in PHP, step-by-step. Email validation, reCaptcha, saving inputs to a database, and, of course, ...

Story Mailtrap Team
@sofiatarhonska shared a post, 1 year, 7 months ago
Mailtrap

How to Send Emails in PHP?

A detailed guide on PHP mail sending options with examples of using the built-in mail function(), PHPMailer, Pear mail, and Swift Mailer.