Hey everyone,
Right from the start, one of the things I loved about PHP was the mail() function which made it so damn easy to send emails from my web application. Now, this is the first time I work on an ASP.NET website that will eventually go online and it should be able to send emails.
So, what do I need to know in order achieve that? Can I use Gmail as my SMTP server (is it smtp.gmail.com?)?
P.S: I did my homework and tried to find the answers online, but what really pisses me off is that they all end up saying "you need to find your own SMTP server"!! So how do I find the damn thing?! :)
Right from the start, one of the things I loved about PHP was the mail() function which made it so damn easy to send emails from my web application. Now, this is the first time I work on an ASP.NET website that will eventually go online and it should be able to send emails.
So, what do I need to know in order achieve that? Can I use Gmail as my SMTP server (is it smtp.gmail.com?)?
P.S: I did my homework and tried to find the answers online, but what really pisses me off is that they all end up saying "you need to find your own SMTP server"!! So how do I find the damn thing?! :)