|
|
|
|
|
| | |
| |
Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Heres the real answer! |
|
From: |
Doug |
|
Date: |
3/15/1999 2:33:33 PM |
|
IP: |
209.214.50.226 |
After doing much reseach and testing, here's what works:
The source parameter of the AttachFile method must be a fully qualified
path, for example:
objEMail.attachFile "d:\whatever.jpg" or objEMail.attachFile server.MapPath("/whatever/") & "\1.jpg"
The second method would be used in cases where your site is on web hosting company's server.
Doug |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|