Forum Moderators: open
<%
Set Mail=Server.CreateObject("CDONTS.NewMail")
Mail.To="maafgh@yahoo.co.uk"
Mail.From="info@goingoffers.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
%>
Fax
Is there anyone who knows how to send a fax through ASP?
If Yes, Could you please let me know or attach a sample.
Thanks,
The code looks good, so I would suggest sending the test email to another email address, preferably non-Yahoo.