A specialized SMTP script?

fguy64

New Member
Messages
218
Reaction score
0
Points
0
I am interested in writing a script, so that with one click of a button on a web page, it would send a predefined email to a predefined user. Presumably such a script would work with X10's SMTP server, and I'm pretty sure I should be able to do it with my free hosting account.

I don't need a how to explanation, just someone to point me in the right direction, I'm really not sure where to start. java or javascript or html would be preferable.
 

lemon-tree

x10 Minion
Community Support
Messages
1,420
Reaction score
46
Points
48
You would have to use PHP's mail function. However, there are hundreds of free scripts that will do the work for you.
 

fguy64

New Member
Messages
218
Reaction score
0
Points
0
You would have to use PHP's mail function. However, there are hundreds of free scripts that will do the work for you.

Thanks bud, exactly the sort of answer I wanted. I don't mind doing the work, if I learn something. This is all a hobby for me. It's the journey, not the destination. For the most part. :)

regards.
 
Top