• Free Email sender for my website? (Input email, enter message, and click send)
    4 replies, posted
Hello, I'm making a website right now, and I need HTML code for it. What I want it to do is send the entered message to the entered email address, and when users click send, it sends it to the entered email address. Please make it free. Thank you. All help is appreciated.
[code]<html> <head> <title>Tutorial: HelloWorld</title> </head> <body> <h1>HelloWorld 4 free</h1> </body> </html>[/code]
[QUOTE=Setro2;38720670]Hello, I'm making a website right now, and I need HTML code for it. What I want it to do is send the entered message to the entered email address, and when users click send, it sends it to the entered email address. Please make it free. Thank you. All help is appreciated.[/QUOTE] you are going to need a php enabled server with mail sending abilities
make a gui interface using visual basic, see if you can make an email sender
all seriousness [cpp] POST{http://mail.google.com/send.php, (your gmail address):(your password)} [/cpp] if you need help feel free to post here
Sorry, you need to Log In to post a reply to this thread.