Hello.
I would like to know can i send an email with aspx files.
i know that in php there is a mail() command to send emails but i couldn't find the one for aspx.
Hello.
I would like to know can i send an email with aspx files.
i know that in php there is a mail() command to send emails but i couldn't find the one for aspx.
Yes, use System.Net.Mail to send mail. Note that you need to have an SMPT server available.
Use system.net.mail and define your smtp server and port in the web.config for added security