Alternative way to send emails

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
kutchbhi
Forum Newbie
Posts: 12
Joined: Mon Aug 24, 2009 2:00 pm

Alternative way to send emails

Post 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
Post Reply