This topic is locked

Email attachment event

1/2/2010 7:07:15 PM
ASPRunnerPro General questions
lefty author

I have seen this done in php. I need to do this in asp after record added event. one of my fields is a file upload. I can email my other fields with formatted data ; but not sure how to add attachment from one of my form fields. I do not need to delete the file after sending the email but would prefer to . My main goal is to send the attachment with my data. I looked at aspfunctions file and noticed AddAttachment is not defined in asprunner mail function. Any Ideas? Version 6.1

Sergey Kornilov admin 1/3/2010

Check this article:

http://webcheatsheet.com/asp/sending_email_asp.php#atach
Note that file needs to reside on a hard drive to be attached.