Click to See Complete Forum and Search --> : asp mail
asifpervez
04-06-2004, 05:49 PM
I am trying to find a way to use e-mail service in free host like brinkster.com. I am moving to PHP only becz In ASP we can use the mail() object like in PHP. So if thier is any way to send e-mail in PHP without having smtp and tht will run in free servers then kindly tell me. Other wise I dont have any option except learning PHP.
Thanx
PeOfEo
04-06-2004, 06:20 PM
Originally posted by asifpervez
I am trying to find a way to use e-mail service in free host like brinkster.com. I am moving to PHP only becz In ASP we can use the mail() object like in PHP. So if thier is any way to send e-mail in PHP without having smtp and tht will run in free servers then kindly tell me. Other wise I dont have any option except learning PHP.
Thanx If you are using php then why post here. You can't send email at all from brinkster if they are free because they do not have an smtp that is available except for the premium accounts. You are going to need an smtp server to use email with asp php asp.net jsp or anything else, to send an email from a server side script you need a server to send it, and that is the job of an smtp. So pay for hosting or find a free host (but any free host that gives you smtp access will probably parse ads into email).