The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
Ok my last couple of posts were hastily done, and ill thought through, I'm hopin this will help clear up any misunderstandings with mods, and get an answer to my question. http://Postbox.mac-net.com is a way to send emails over the net. The following code can be put on a site to send an email from any site, even without CDONTS.
----- 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 -----
Is there any way this can be incorperated into the forum to allow the sending of validation emails et al, without the need for CDONTS. I'm not particularly codey person, but if each field were set to automatically fill with variables generated while sending emails with CDONTS then would this work the same? Also how would I achieve this.
Any help on this topic from a mod, or someone who knows asp and could tell me how and where to splice this code into the forum, it would be very helpfull.
With many expectant thanks,
Alex.
ps. sorry for my crap english!<
----- 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 -----
Is there any way this can be incorperated into the forum to allow the sending of validation emails et al, without the need for CDONTS. I'm not particularly codey person, but if each field were set to automatically fill with variables generated while sending emails with CDONTS then would this work the same? Also how would I achieve this.
Any help on this topic from a mod, or someone who knows asp and could tell me how and where to splice this code into the forum, it would be very helpfull.
With many expectant thanks,
Alex.
ps. sorry for my crap english!<