From d6e0d8f1912d8d1651455ec5911cccf88cdb582b Mon Sep 17 00:00:00 2001 From: Frederik Bosch Date: Tue, 3 Apr 2018 11:06:01 +0200 Subject: [PATCH] add feature of replying, forwarding and quoting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6be6e50c..693e03d4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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