From fe7b63c3a09f839bc9f466fd9faf32c5c97556a7 Mon Sep 17 00:00:00 2001 From: James Threadgill Date: Tue, 18 Jul 2017 20:16:02 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acf7180..f7031db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # RazorSmartMailer VB.NET Library for sending email via web forms. RazorSmartMailer has advanced HTML email templating and email messaging. RazorSmartMailer supports Helpers.WebMail, System.NET.Mail, attachment uploads and embed, embed linked resources, and image processing including resize, crop, watermark, and add text. RazorSmartMailer also supports inline CSS via the PreMailer.Net assembly. Razor Smart Mailer is your complete email solution. @@ -20,6 +19,7 @@ RazorSmartMailer returns five List(of String): ImageArray returns only images that have been resized and any other subsequent image processing. Uploaded files returns the list of files uploaded. + EmailAttachments return the list of attachments including any image varients from imaging. EmbeddedImages retuns the list of linked resource embedded images.