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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now