Some have recently posted that a pitfall of the Amazon Simple Email Service is that you can’t setup it up to work through a traditional SMTP as you can with other services such as SendGrid. While Amazon SES doesn’t provide a SMTP wrapper, Amazon points out that it can be used with some modifications to [...]
Posts Tagged ‘amazon’
Sending Amazon SES Emails through a Mock SMTP Server in .NET
Posted: 23rd February 2011 by marc in ProgrammingTags: amazon, amazon ses, api, csharp, mock, simple email service, smtp, smtp server, web services
View Comments
Using ASP.NET MVC Views to Send Email via Amazon Simple Email Service using Postal
Posted: 17th February 2011 by marc in ProgrammingTags: .net, amazon, amazon ses, asp.net mvc, csharp, mvc3, postal, simple email service, views
At the MvcConf 2 Andrew Davey (@andrewdavey) presented a neat emailing utility for ASP.NET MVC 3 called Postal that allows for using View Engines to ease the creation of email templates, and also takes care of sending the emails out. During the session someone raised the question about sending through third-party services, namely Amazon Simple [...]