Skip to content

Commit 6b6639c

Browse files
authored
Merge pull request #427 from javiereguiluz/add_phpmailer
Added PHPMailer project
2 parents 4fb1b75 + 6fdc8f3 commit 6b6639c

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
@@ -72,6 +72,7 @@ default:
7272
- phinx
7373
- phpbb
7474
- phpdocumentor
75+
- phpmailer
7576
- phpmyadmin
7677
- phpmyfaq
7778
- 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)