I created advance mail sender desktop application but have some problem with it. There are some limitation, so for solving those limitation I have to send mail from web, but I didn't use much web programming before, so now my question is what is best web programming language for sending mail from web?
|
closed as not constructive by danlefree♦ Jul 9 '12 at 10:28
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.If this question can be reworded to fit the rules in the help center, please edit the question.
I definitely recommend PHP for this task, have a look at http://swiftmailer.org/ also .. |
|||
|
There is no best programming language for such trivial task. The choice should depend on your knowledge of the field and your server compatibility. PHP is probably the most widely supported web programming language. Almost every unix and windows hosting account, from the cheaper to the most expensive, supports it. Other alternatives are Python and Ruby. If you use a Windows server, the alternative is classic ASP or ASP.net. |
|||
|