| | |
Problems with .attachFile using CDONTS
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
I'm having trouble sending an email when I use .AttachFile - below is the code that I am using:
If I disable the it works fine. When I enable that bit of code, it produces no errors, but I never receive the email at all.
Any one have any ideas what may be causing this? Any help is greatly appreciated. :mrgreen:
Gil
ASP Syntax (Toggle Plain Text)
Dim objMail Set objMail = Server.CreateObject("CDONTS.NewMail") objMail.From = fromAddress objMail.Subject = "Form Requested" objMail.To = toAddress objMail.Body = "message" objMail.AttachFile (path) objMail.Send set objMail = nothing
If I disable the
ASP Syntax (Toggle Plain Text)
objMail.AttachFile(path)
Any one have any ideas what may be causing this? Any help is greatly appreciated. :mrgreen:
Gil
Last edited by gil857; Apr 10th, 2007 at 11:38 am.
![]() |
Similar Threads
- If i use an illegal copy of windows,will it cause problems? (Windows NT / 2000 / XP)
- Internet explorer problems (Web Browsers)
- Connection Problems (Networking Hardware Configuration)
- Pop up ads (Web Browsers)
- No time... bitch load of problems (Windows NT / 2000 / XP)
Other Threads in the ASP Forum
- Previous Thread: ASP.net Hosting Urgent
- Next Thread: Retaining radio button value during paging
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection calendar changeable connection current database databaseconnection diagnostics dreamweaver excel fso html iis microsoft msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption server single specfic sqlserver sqlserverconnection toolkit web webserver windows7





