| Port details |
- phpmailer7 Full Featured Email Transfer Class for PHP
- 7.0.1 mail
=0 7.0.0Version of this port present on the latest quarterly branch. - Maintainer: joneum@FreeBSD.org
 - Port Added: 2025-11-10 15:39:04
- Last Update: 2026-01-07 12:05:48
- Commit Hash: 92b2609
- License: LGPL21
- WWW:
- https://github.com/PHPMailer/PHPMailer
- Description:
- PHP email transport class featuring multiple file attachments, SMTP
servers, CCs, BCCs, HTML messages, and word wrap, and more. It can
send email via sendmail, PHP mail(), or with SMTP. Methods are based
on the popular AspEmail active server component.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- phpmailer7>0:mail/phpmailer7
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/mail/phpmailer7/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/phpmailer7
- pkg install phpmailer7
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: phpmailer7
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1767787308
SHA256 (PHPMailer-PHPMailer-v7.0.1_GH0.tar.gz) = 1125f80e35fe0bb5a1549a92c69658fbbf8abaab1cb5b845620323949351b28d
SIZE (PHPMailer-PHPMailer-v7.0.1_GH0.tar.gz) = 118558
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- php.h : lang/php84
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for phpmailer7-7.0.1:
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- mail_phpmailer7
- USES:
- cpe php
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
7.0.1 07 Jan 2026 12:05:48
    |
Jochen Neumeister (joneum)  |
mail/phpmailer7: Update to 7.0.1
-Use From domain when generating CIDs in msgHTML.
-Update to PHPCompatibility 10, resolve numerous PHPCS issues in PHP 8.5.
-Revise GitHub actions for PHP 8.5 and experimental 8.6 tests.
-Switch gmail example from the deprecated IMAP extension to use
directorytree/imapengine for IMAP uploads.
-Set htmlspecialchars() flags explicitly and consistently.
-Convert XOAUTH2 token exceptions into PHPMailer Exceptions. The original
exception is available as an inner exception.
-Deprecate VERSION constants in POP3 and SMTP classes.
-Remove dependency on roave/security-advisories; it's now built into composer
2.9.
-Update Dutch, Esperanto, and Norwegian translations.
Sponsored by: Netzkommune GmbH |
7.0.0 06 Jan 2026 18:52:09
    |
Jochen Neumeister (joneum)  |
mail/phpmailer[6|7]: fix pkg-plist for NLS option
All %%DATADIR%% entries were changed to %%NLS%%%%DATADIR%%.
Previously, disabling NLS caused missing language files listed in
pkg-plist and resulted in check-plist failures.
The port now works correctly with both enabled and disabled NLS.
PR: 248341
Sponsored by: Netzkommune GmbH |
7.0.0 10 Nov 2025 15:35:20
    |
Jochen Neumeister (joneum)  |
mail/phpmailer7: add new Port
This is exactly the same as version 6.11.1 but bumps the major version
number to indicate the presence of a BC break in child classes. The
changes in 6.11.0 and 6.11.1 have been reverted in 6.12.0. If you have
code that depends on those changes, please upgrade to 7.0.0 instead.
Apologies for the mix up.
Specifically, lang(), setLanguage(), and $language are now static, and
should be called statically.
Sponsored by: Netzkommune GmbH |
Number of commits found: 3
|