Skip to content

Commit 6fdc8f3

Browse files
committed
Added PHPMailer project
1 parent 4a2ea75 commit 6fdc8f3

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

projects.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ default:
6969
- phinx
7070
- phpbb
7171
- phpdocumentor
72+
- phpmailer
7273
- phpmyadmin
7374
- phpmyfaq
7475
- phpredexpert

projects/phpmailer.png

6.72 KB
Loading

projects/phpmailer.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: PHPMailer
2+
url: https://github.com/PHPMailer/PHPMailer
3+
dependencies:
4+
- https://github.com/PHPMailer/PHPMailer/blob/master/composer.json
5+
description: |
6+
PHPMailer is a full-featured email creation and transfer class for PHP. Used
7+
by many popular open-source projects, it can send emails without a local
8+
mail server. It supports DKIM and S/MIME signing and SMTP authentication
9+
with LOGIN, PLAIN, NTLM, CRAM-MD5 and Google's XOAUTH2 mechanisms over SSL
10+
and TLS transports.

0 commit comments

Comments
 (0)