Jump to content

Recommended Posts

Posted

I am Trying to Attach a File from My local Machine to my Own Email Client which I created for an Online Project.

In this site the User Should attach their Resumes and Send.

I am Using CDONTS Component for the Mail

and I am Using

<%

Dim MailMe

Set MailMe = Server.CreateObject("CDONTS.NewMail")

MailMe.From = UserEmailid

MailMe.To = EmailME

MailMe.Subject = MailSubject

......

.......

....

MailMe.AttachFile "C:\Resume.doc"

MailMe.Send

set MailMe=nothing

%>

The problem is it is giving Error at the AttachFile Line

Thank you


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...