Send mail
Tutorials and code examples using ASP and ASP.Net
5 posts
Page 1 of 1
<%
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Test mail"
myMail.From="lewis@froom.me"
myMail.To="lewis@froom.me"
myMail.HTMLBody = "<h1>This is a message.</h1><h2>Hi</h2>"
myMail.Send
set myMail=nothing
%>
Well thats how to do it xD
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Test mail"
myMail.From="lewis@froom.me"
myMail.To="lewis@froom.me"
myMail.HTMLBody = "<h1>This is a message.</h1><h2>Hi</h2>"
myMail.Send
set myMail=nothing
%>
Well thats how to do it xD
don't understand asp but thanks
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that 

How do you set SMPT/POP3 servers to send through?
This looks a lot like Ruby.
This looks a lot like Ruby.
<?php
$wants_to_make_guide_today = true;
if($wants_to_make_guide_today == true){
make_guide();
}else{
sleep();
}
?>
$wants_to_make_guide_today = true;
if($wants_to_make_guide_today == true){
make_guide();
}else{
sleep();
}
?>
5 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023