Posted: Mon Feb 11, 2008 3:33 am Send e-mail with attachment
Hi,
I'm currently trying to solve a problem:
I want the user to click on a link / image and by that send an email to a user (the user email will be entered manually) with an attachment.
I've already have the code for e-mail sending with fixed subject and body, but I have problems with attaching the file.
Just to make clear: It will always be the same file (offer catalogue).
This is what I have so far:
Code:
<FORM METHOD=POST ACTION="mailto:?subject=Offer 2008&body=Dear Sir/Madam, Please find attached the current Offer Catalogue. Regards," ENCTYPE="html">
<INPUT TYPE="submit" VALUE="Send as attachment">
</FORM>
Posted: Thu Feb 14, 2008 7:46 am Just to let you know...
... I've found a nice "work-around" that solves my issue:
1. I've sent the message I wanted (with the attachment) to myself (my email address in bcc)
2. I saved the received message as <i>myfile.oft</i> (Outlook template)
3.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum