Skip to content

Commit

Permalink
add feature of replying, forwarding and quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Apr 3, 2018
1 parent 51669d9 commit d6e0d8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ $ composer require genkgo/mail
## Features

- Use SMTP or mail() to send messages
- Use IMAPv4 to read messages from your mailbox (no extension required)
- Create replies and forward messages, including quoting of original message
- Queue messages when transport fails
- Automatically connects and reconnects after interval to SMTP server
- Automatically generate alternative text for formatted messages
Expand All @@ -60,7 +62,6 @@ $ composer require genkgo/mail
- Discourages SSL
- DKIM signed message
- Security is highly prioritized
- Use IMAPv4 to read messages from your mailbox (no extension required)
- SMTP server for testing purposes
- Great RFC compliance
- Cast messages to valid string source
Expand Down

0 comments on commit d6e0d8f

Please sign in to comment.