php / jsp / ruby or perl ... How difficult is it to send information to an email? I am planning to do something where the user enters the information from an HTML form, the server is sent back information to the server, the server puts it in the DB, then we send an email to the user. This is a very basic functionality which I have seen many sites
Please tell me some examples of sending me an email and what are the requirements for it. Like I need my SMTP server? Can I just send emails using my Gmail?
In PHP, it's really easy:
Comments
Post a Comment