somebody tell me what should I write in Set Mail = Server.CreateObject("[COLOR="Red"]?????????[/COLOR]") Code (markup): plzzzz heeeeeelp
read the ASP email thread: http://forums.digitalpoint.com/showthread.php?t=199077 ---------------------------- Merry Christmas to all
<% Set Mail=Server.CreateObject(“CDONTS.NewMailâ€) Mail.To=â€info@eshtihar.com†Mail.From=â€testing-my@SP-Script.com†Mail.Subject=â€Just testing my script†Mail.Body=â€Hey! I am sending this email through an ASP Page and guess what? I haven’t learnt much yet, but know that ASP is very powerful.†Mail.Send Set Mail=nothing %> I want to receive email from my websit through Asp form. I made form.htm and with link ok simple.asp where should i upload in same folder but dear i m receiving email. through form can plzzzzz check this.
-------------------------------------------------------------------------------- <% Set Mail=Server.CreateObject(“CDONTS.NewMailâ€) Mail.To=â€info@eshtihar.com†Mail.From=â€testing-my@SP-Script.com†Mail.Subject=â€Just testing my script†Mail.Body=â€Hey! I am sending this email through an ASP Page and guess what? I haven’t learnt much yet, but know that ASP is very powerful.†Mail.Send Set Mail=nothing %> I want to receive email from my websit through Asp form. I made form.htm and with link ok simple.asp where should i upload in same folder but dear i m receiving email. through form can plzzzzz check this.