micheal24
Starting Member
Egypt
2 Posts |
Posted - 29 October 2003 : 06:09:52
|
hi every one what do you think in this code i try it and it work?!! This code makes use of a public, free, third-party email sending service called MAC-NET. Neither I (VBWizard) nor Brinkster is affiliated with or responsible for the actions of this third-party system. Please do not abuse their system by using it for spamming. They have some very sophisticated safeguards in place to prevent it, so if you attempt to abuse it this way, you deserve all the frustration and headaches you receive thereby. To see a sample page that actually sends email, see: http://www15.brinkster.com/vbwizard/emailexample/example.htm
There are two HTML pages - one (example.htm) contains the form for gathering user input, the other informs the user once the email has been successfully sent.
----- BEGIN example.htm ----- ----- BEGIN example.htm ----- ----- BEGIN example.htm ----- <html><head><title>Email Example Using MAC-NET</title></head><body> <font face='arial' size="2"> <center><h1>Email Example Using MAC-NET</h1></center>
<center><form method="GET" action="http://mac-net.com.sg/postbox/sendmail.asp?"> <table><tr><td> <!-- NOTE!!! It is important to keep the field names on this form ("to", "fm", etc.) as they <!-- are shown. These are the field names the MAC-NET server expects to see.
TO:<input type="text" name="to"> FROM:<input type="text" name="fm"></td></tr><tr><td> SUBJECT:<input type="text" name ="re" size="50"></td></tr><tr><td>
<textarea name="msg" wrap="physical" rows=6 cols=60 value=""> </textarea></td></tr><tr><td>
<input type="hidden" name="rd" value="http://www15.brinkster.com/vbwizard/emailexample/emailok.htm">
<input type="submit" value="Send Email"><input type="reset" value="Clear"> </td></tr></table> </form></center> </body></html> ----- END example.htm ----- ----- END example.htm ----- ----- END example.htm -----
----- BEGIN emailok.htm ----- ----- BEGIN emailok.htm ----- ----- BEGIN emailok.htm ----- <html><head><title>Email Example</title></head><body> <center> <h1>Email Example</h1> <h3>Your email was successfully sent!</h3> </center> </body></html> ----- END emailok.htm ----- ----- END emailok.htm ----- ----- END emailok.htm -----
i don't know how to use this code in sintz forum can any one help me my mail is micheal_nabil@hotmail.com Any thoughts and suggestions?
|
|