Tagged articles
5 articles
Page 1 of 1
php Courses
php Courses
Nov 19, 2025 · Backend Development

How to Send Bulk Emails with PHP’s mail() Safely and Efficiently

Learn how to use PHP’s built-in mail() function to send emails to multiple recipients, covering basic syntax, two practical methods (comma-separated To and BCC/CC headers), essential security precautions, common pitfalls, and why professional libraries like PHPMailer are often a better choice.

BCCMailPHPMailer
0 likes · 8 min read
How to Send Bulk Emails with PHP’s mail() Safely and Efficiently
Laravel Tech Community
Laravel Tech Community
Oct 17, 2021 · Backend Development

PHP mail() Function – Sending Email

This article explains PHP's mail() function, detailing its parameters, usage cautions, return values, and provides a complete code example for sending an email via SMTP, including formatting of recipient addresses, subject line restrictions, message body limits, and header construction.

BackendEmailMail
0 likes · 3 min read
PHP mail() Function – Sending Email
Java Architect Essentials
Java Architect Essentials
May 7, 2021 · Backend Development

Comprehensive Spring Boot Integration Guide: Swagger, Redis, MyBatis, Druid, Mail, CORS, AOP and More

This article provides a step‑by‑step tutorial on building a Spring Boot project, covering project generation, core starters, automatic Redis configuration, common annotations like @SpringBootApplication and @ControllerAdvice, web container and HTTPS settings, profile management, CORS, MVC interceptors, AOP, MyBatis‑Druid integration, mail sending, and Swagger API documentation.

IntegrationMailMyBatis
0 likes · 18 min read
Comprehensive Spring Boot Integration Guide: Swagger, Redis, MyBatis, Druid, Mail, CORS, AOP and More
Laravel Tech Community
Laravel Tech Community
May 3, 2020 · Backend Development

Laravel Mail Cheat Sheet: Quick Reference for Sending Emails

This cheat sheet provides a concise reference for Laravel's Mail helper, covering basic sending methods, queueing options, delayed delivery, message configuration (recipients, subject, priority, attachments, embeds), and useful code snippets for rapid implementation.

BackendCheat SheetEmail
0 likes · 3 min read
Laravel Mail Cheat Sheet: Quick Reference for Sending Emails