PHPackages                             phpmailer-amp/phpmailer-amp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. phpmailer-amp/phpmailer-amp

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

phpmailer-amp/phpmailer-amp
===========================

PHPMailer-AMP is the same PHPMailer library with AMP content support

v1.1.0(1y ago)06.8kLGPL-2.1-onlyPHPPHP &gt;=5.5.0

Since Jul 6Pushed 1y agoCompare

[ Source](https://github.com/davidgegiya/PHPMailer-AMP)[ Packagist](https://packagist.org/packages/phpmailer-amp/phpmailer-amp)[ RSS](/packages/phpmailer-amp-phpmailer-amp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (8)Versions (5)Used By (0)

PHPMailer-AMP – Same PHPMailer package with AMP content support
===============================================================

[](#phpmailer-amp--same-phpmailer-package-with-amp-content-support)

Features
--------

[](#features)

- `AMPBody` property
- `isAMP()` function
- Building function `msgAMP()`
- 5 new message types - amp, alt\_amp, alt\_amp\_inline, alt\_amp\_attach and alt\_amp\_inline\_attach (mixed plain text, html and amp content and html, amp with attachments)

License
-------

[](#license)

This software is distributed under the [LGPL 2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) license, along with the [GPL Cooperation Commitment](https://gplcc.github.io/gplcc/). Please read [LICENSE](https://github.com/PHPMailer/PHPMailer/blob/master/LICENSE) for information on the software availability and distribution.

Installation &amp; loading
--------------------------

[](#installation--loading)

PHPMailer is available on [Packagist](https://packagist.org/packages/phpmailer/phpmailer) (using semantic versioning), and installation via [Composer](https://getcomposer.org) is the recommended way to install PHPMailer. Just add this line to your `composer.json` file:

```
"phpmailer-amp/phpmailer-amp": "^1.1.0"
```

or run

```
composer require phpmailer-amp/phpmailer-amp
```

```
