
For sending email attachments via ASP it is possible to use an interface called Collaborative Data Objects for NT Server or (CDO for NTS). Messages are sent out using the SMTP server.
The code below shows an example of sending out an email with attachment.
<%
'this line below is for sending the email attachment oCDONTSMail.AttachFile "C:\InetPub\wwwroot\myapp\files\" & session("filename")
|
Asp Discussion
- - How to upload files
- - Offshore outsourcing comp
- - Example of editing in Dat
- - Example of Inserting and
- - Example of Image Upload




