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
Drewdatrip Posted November 16, 2004 Posted November 16, 2004 Topic MovedIm not sure what your asking here sir.Maybe reword it |Drew|
realguru Posted November 17, 2004 Author Posted November 17, 2004 Hi Junkie I couldnt Attach a File to my Email When I tested it. Although My Code is supposed to be Right.
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