Automatically send email with attachment

B

BobbyS

I have a button on a form named submit. What I want it to do is automatically
send an email and attach the bios.txt file in the private folder in the web
sites server directory. How can I do that?

Thank you.
 
M

Mike Mueller

You will need a custom server side script to do this. The
script language will vary by what the server uses for an OS
or add ins

:I have a button on a form named submit. What I want it to
do is automatically
: send an email and attach the bios.txt file in the private
folder in the web
: sites server directory. How can I do that?
:
: Thank you.
 
Top