|
|
|
|
|
| | |
|
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. 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
|
|
|
|
|
|
|
|
|
|
|
|