PHPMailer

Last updated

Original author(s) Brent R. Matzelle [1] [2]
Developer(s) (2001-2007) Brent R. Matzelle

(2007-2012) Andy Prevost [3] [4]
(2010-2012) Jim Jagielski [5]

(July 2012- ) Marcus Bointon

Contents

[6]
Initial release2001;24 years ago (2001)
Stable release
6.9.3 [7]   OOjs UI icon edit-ltr-progressive.svg / 2024-11-24; 4 months ago
Repository
Written in PHP
Operating system Cross-platform
Available inover 50 languages
License LGPL
Website github.com/PHPMailer/PHPMailer
Blue arrows can be implemented using SMTP variations. SMTP-transfer-model.svg
Blue arrows can be implemented using SMTP variations.

PHPMailer is a code library to send (transport) emails safely [8] and easily via PHP code from a web server (MUA to the MSA server).

Sending emails directly by PHP code requires a high-level familiarity to SMTP protocol standards ( RFC   821 , 2821 , 5321) and related issues (such as Carriage return) and vulnerabilities about email injection for spamming. From 2001 PHPMailer is one of the popular [9] [10] solutions for these matters on PHP.

Features

Partial list of features:

History

Popularity

Worx International Inc claimed in 2009 [15] [16] that: "PHPMailer continues to be the world's most popular transport class, with an estimated 9 million [⁠message user agents⁠] worldwide. Downloads continue at a significant pace daily."

PHPMailer sends an SMTP extension command with the sent emails as below which can be used to get the usage report of PHPMailer on the ESPs (Email Service Providers):

This SMTP header may differ for different versions of PHPMailer, and can also be suppressed or modified by PHP code. It also comes with Integrated SMTP support which means you can send emails without a local mail server. [17]

References

  1. 1 2 "PHPMailer – A full-featured email creation and transfer class for PHP". GitHub . 21 November 2021.
  2. "Brent Matzelle - Opyn Health | LinkedIn".
  3. "codeworxtech / Profile". sourceforge.net.
  4. "PHPMailer Pro - Welcome". phpmailer.pro.
  5. "jimjag - Overview". GitHub.
  6. "coolbru / Profile". sourceforge.net.
  7. "Release 6.9.3". 24 November 2024. Retrieved 25 November 2024.
  8. It is involved in sending emails safely without Email injection risk (not the html purification which is to prevent XSS)
  9. Worxware claims 9 million MUA use PHPMailer: Frozen web page for the update Dec2013 on phpmailer.codeworxtech.com
  10. "PHPMailer for e-mail sending support" in the requirements of Mantis Bug Tracker
  11. "Google Code Archive - Long-term storage for Google Code Project Hosting".
  12. Cimpanu, Catalin (27 December 2016). "Millions of Websites Vulnerable Due to Security Bug in Popular PHP Script". Bleeping Computer . Retrieved 14 February 2024.
  13. Umbelino, Pedro (25 December 2016). "Santa Knows If Your Contact Form Uses PHPMailer < 5.2.18". Hackaday . Retrieved 14 February 2024.
  14. Cobb, Michael (4 May 2017). "Why did the PHPMailer library vulnerability have to be patched twice?". TechTarget . Retrieved 14 February 2024.
  15. "PHPMailer Pro - Welcome". phpmailer.codeworxtech.com. Retrieved 26 March 2025.
  16. "FreezePage". www.freezepage.com.
  17. "What is PHPMailer and how does it work with WordPress?". Blogies Tools. 11 September 2021. Retrieved 24 October 2021.