i have a custom c# app. is there a way i can send emails without smtp server. ie have a library that will simuate smtp functionality and send emails to external emails.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use Amazon’s Simple Email Service (http://aws.amazon.com/ses/). It provides you with and API to send e-mails (low volume or bulk).
The service isn’t free, but it is very cheap ($0.10 per 1000 e-mails). There is a free tier like in most Amazon cloud services, but this one is only applicable if you are sending the e-mails from EC2 instances (most likely not your case…).
Additionally it provides you with statistics on deliverability and some assurance that you won’t get flagged as spam (unless that’s what you are doing 🙂