<%
Set myMail=CreateObject("CDO.Message")
myMail.Subject="Sending email with CDO"
myMail.From="
[email protected]"
myMail.To="
[email protected]"
myMail.TextBody="This is a message."
myMail.Send
%>
ok... this is something very simple which I`ve already tried but it doesn`t work.
I`ve already installed "Default SMTP Virtual Server" on my machine. But should I change some settings??
I remind you again that there is a server which I use in order to get connected to the internet.