Page 1 of 1

Alternative way to send emails

Posted: Fri Aug 28, 2009 7:10 pm
by kutchbhi
I have a small small website. Now there is a sort-of feedback form. That would send mails(duh)

Now for sending these emails , an smtp enabled server would be required , which means paid webhosting :(
Can someone think of any solution here ?
Security is not important. The number of emails send per day would be less than 100.

Possible Solutions:
1. a free smtp server. that has a restriction on the number of emails that can be sent per day. (this would be perfect)
2. free hosting that has smtp enabled ( I don't think there is)
3. alternative to email ( i have no idea)
4. I run a smtp server on my PC.

Edit : 5. Use google's smtp server. But this needs fsockopen() enabled . 110mb doesn't have fsockopen() enabled for free users though :(. Any other host that has has this enabled ?

ty

Edit: I found this free host . It has smtp. So I guess it should do