This would be very easy to do in PHP, but you would need a server
running somewhere. In essence this would be composed of:
1. A web page on that server that only you knew about
2. A form on that web page that asked for to, from, subject and
content; a password would also be nice to thwart spammers if they find
it.
3. A single, simple PHP script that the form would submit to. The
script would check the password and send the email out. You could do
it in other scripting languages, of course. But not Javascript.
Some notes:
1. You would need a domain and a hoster with PHP. This can be had for
very little these days. $5/mo minimum perhaps?
2. Although email would seem to come from the "out" email you give, it
would not in fact come from that email. Spam blockers will take note
of that, but, so long as you don't abuse it, you should be fine.
3. If you had a friend with hosting, you could easily piggyback on
him. The bandwidth would be sub-minimal. He would need to trust you,
however, as lots of spam emails from you might get his domain in
trouble.
I'd write the whole thing up for $20. (I basically have it coded
already for myself, but it would need some changes.) I don't know if
that's legit here. Maybe someone else has it coded already.
And someone else may know of a provider that offers some sort of
"service" along these lines; I never heard of one. |