cheap web hosting

Email Script

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 40 posts

Joined: Jul 2001

Hi all - quick question for you.

I am sending out a survey to a bunch of customers which is in the form of a Word document. My intent is to have the user fill out the survey and then be able to click on a button on the page that creates an email with the survey attached and have it addressed to a certain email address... Is this possible?

Thanks in advance!

They have: 61 posts

Joined: Nov 2001

I am not sure if it can be fully automated. You are welcome to post this as a project (if you are willing to pay) on our site and there are a lot of capable programmers.

thanks

http://WebDesignBids.com -or- http://ProgrammingBids.com
[=1]Register for FREE as a buyer to post projects ~or~ as a programmer/designer to find work
Buyers Request - Programmers Bid! Get bids on Design, Scripts, Databases, Programming..
[=-1](also coming soon - WebHostingRequests and WebHostingOffers)[/][/]

They have: 117 posts

Joined: Feb 2002

They have: 601 posts

Joined: Nov 2001

Hi

I just tried the obvious:

<a href="mailto:email@address?attachment=c:\temp\link.html">mail me</a>

'
But that doesn't seem to want to work. You can fill every header with this, and the body of the message -- all except for attachments. Makes sense I suppose, security wise.

The only way I can think of, is to tell them, in Word, to click "File -> Send To -> Email" to and then enter your email address. That should make the file attach itself to an email message.

Hope this helps.

- wil

They have: 40 posts

Joined: Jul 2001

Thanks all - I'll try these out...