Join us

heartPosts from the community tagged with php...
Story Mailtrap Team
@sofiatarhonska shared a post, 2 years, 9 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
Dev Swag
@ByteVibe shared a product

Born to Code - Heavy Blend™ Hoodie

#developer  #merchandise  #swag 

This unisex heavy blend Hooded Sweatshirt is relaxation itself. It's made with a thick blend of Cotton and Polyester, which makes it plush, soft and warm. The spacious Kangaroo Pocket adds daily pract...

Story
@sofiatarhonska shared a post, 2 years, 9 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, 2 years, 9 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.

Ad
www.faun.dev shared an ad

#ad  #sponsored 
Dev Swag
@ByteVibe shared a product

The Question Mark Mystery Tshirt

#developer  #merchandise  #swag 

“The important thing is not to stop questioning. Curiosity has its own reason for existing.”― Albert Einstein This tee sits nicely, maintains sharp lines around the edges, and goes perfectly with laye...

Story Mailtrap Team
@sofiatarhonska shared a post, 2 years, 10 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, 2 years, 10 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.