1

I have a our company smtp server (email id), now i want to market a company product for that i want to send out bulk emails say around 15000 everyday or so, but my company mail id limits me with the 150 mails per day, is there anything i can do to send 15k mails from my company id, or is there any way i send the mails from another smtp server but in the TO it should show my company id only.

Can anyone please provide me with some solution.

Abbas
  • 4,948
  • 31
  • 95
  • 161
  • can you tell what hosting you are using? May be your hosting plan has limitation – skhurams Apr 24 '13 at 16:13
  • What? If this is a legal requirement, ask IT support to change the limit - you say you are marketing a company product, so there should be no problem. – Martin James Apr 24 '13 at 16:14

1 Answers1

0

As well as changing the limit, you should send them in batches to avoid overloading the mail server. Here's instruction on how to do this with a console application from a Web form:

http://www.codersbarn.com/post/2011/11/08/Calling-Console-Application-from-Web-Form.aspx

IrishChieftain
  • 15,108
  • 7
  • 50
  • 91