954,587 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Bulk email api

Hi All,

I need to be able to send bulk emails (somewhere in the thousands) for the online service I am planning on providing. Is there an online service (preferably, a web service api) that I can use to send bulk emails?

Are there any other options other than running my own email server? Any recommendations for running my own email server?

Thanks

jacob21
Posting Whiz in Training
226 posts since Feb 2011
Reputation Points: 10
Solved Threads: 1
 

Is there any free software by which i can send unlimited emails.
or
Is there any method in PHP.

jacob21
Posting Whiz in Training
226 posts since Feb 2011
Reputation Points: 10
Solved Threads: 1
 

Other than API you can use phpmailer class and add addresses as bcc in email.

vibhaJ
Posting Shark
931 posts since Apr 2010
Reputation Points: 161
Solved Threads: 183
 
Other than API you can use phpmailer class and add addresses as bcc in email.


I am using PHP mail class.
i tried this but most of the email goes to spam as i am sending hTML email.
Need suggestion

jacob21
Posting Whiz in Training
226 posts since Feb 2011
Reputation Points: 10
Solved Threads: 1
 

There are many different services that provide this kind of functionality.

For example:
http://sendgrid.com/ (One of my favorites)
http://www.streamsend.com/
http://mailchimp.com/

They're all going to charge you for their services though. In return you'll get high deliverability as well as all kinds of analytics. Send Grid has a great set of API's.

There are probably tens if not hundreds of other companies that offer the same kinds of features out there.

mschroeder
Work Harder
Team Colleague
666 posts since Jul 2008
Reputation Points: 279
Solved Threads: 131
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You