postal icon indicating copy to clipboard operation
postal copied to clipboard

Email sending for asp.net mvc using the view engine system to render emails.

Results 93 postal issues
Sort by recently updated
recently updated
newest added

hi , i use postal to send mail from c# mvc application i need to use email with SASL authtification and the default configuration is not working for me how...

I have a class library where I need to send emails with images. I get the following error when using @Html.EmbedImage. I'm using the MultiPart example but in a class...

Hey Guys, First of all love the product, been using it for years now! Recently I started a Visual Studio WebApi tests project because our usage of Postal and emails...

dear friend in some site we have two or some smtp configuration in web Config. I prefer to chose smtp config per email category. who do you think?

Is embedding base64 images possible? If not, any plans on including this feature sometime in the future? Any possible workaround in accomplishing this using Postal?

I understand that a Postal from, sender, to, cc, bcc field should look like this: `Foo Bar [email protected]`. We use the `MailAddress` class for all sorts of stuff, and so...

When I try to install Postal in the Package Manager console I get the error below **Install-Package : Input string was not in a correct format.**

If you have something like this in your [header](http://aboutcode.net/postal/email-headers.html): `To: John Smith ` And want to preview the email using the [preview feature](http://aboutcode.net/postal/email-headers.html). ``` public class PreviewConroller : Controller {...

When styling emails, it is necessary to use inline styles in the `style` attribute, because webmail services (gmail and friends) strip out stylesheets. The `@Html.EmbedImage` extension method can render the...

Hi, when work with Framework 4.6.2 , it give error like **Attempted to access an element as a type incompatible with the array** while accessing engine object. here is my...