Email Blasting Software.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pratimapaudel
    New Member
    • Jul 2007
    • 24

    Email Blasting Software.

    Can anyone suggest me?
    I need to develop an application to blast email to huge number of customers. we have customer's email address in different DB, and we have different group of customer. Specifically i am looking for to develop an application where we can select
    which customer group?
    Which HTML template?

    So In short, my application should be able to load external HTML template and should be able to pull data according to our selection from DB and send email.
    and blast email to customer.

    I am planning to do in Asp.net.

    Any suggestions plz?
    Thanks
    P




    I
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by pratimapaudel
    Can anyone suggest me?
    I need to develop an application to blast email to huge number of customers. we have customer's email address in different DB, and we have different group of customer. Specifically i am looking for to develop an application where we can select
    which customer group?
    Which HTML template?

    So In short, my application should be able to load external HTML template and should be able to pull data according to our selection from DB and send email.
    and blast email to customer.

    I am planning to do in Asp.net.

    Any suggestions plz?
    Thanks
    P




    I
    No suggestions, but good luck!

    Comment

    • pootle
      New Member
      • Apr 2008
      • 68

      #3
      Personally, I do not see the problem. Everything that you want to do for your spam server :0) is possible in .NET. You can access databases, you can access the network to send e-mails, you can read files for your HTML template and you can develop a GUI to allow selection...

      So everything you need is available to you from .NET, all you have to do is develop it...

      Comment

      Working...