realguru Posted November 16, 2004 Posted November 16, 2004 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 Mailand I am Using <%Dim MailMeSet MailMe = Server.CreateObject("CDONTS.NewMail")MailMe.From = UserEmailidMailMe.To = EmailMEMailMe.Subject = MailSubject.................MailMe.AttachFile "C:\Resume.doc"MailMe.Sendset MailMe=nothing%>The problem is it is giving Error at the AttachFile LineThank you
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now