[Javascript] RE: Adding attachments with mailto:

Ben ben at babelfish.co.uk
Tue Mar 20 04:41:27 CST 2001


What  platform/server is your intranet on?  If you can do any SSS then you
should be able to attach a file and send it, providing you have access to an
SMTP server.  Can do it with ease in ASP, PHP should eb able to do it too.

 .b

> -----Original Message-----
> From: javascript-admin at LaTech.edu [mailto:javascript-admin at LaTech.edu]On
> Behalf Of ws at chello.se
> Sent: 20 March 2001 10:00
> To: javascript at LaTech.edu
> Subject: [Javascript] RE: Adding attachments with mailto:
>
>
> I was thinking about making a function on an Intranet page. A
> file from the
> Intranet would
> automatically get attached to the e-mail message.. that was the idea.
> Solving it using some
> sort of e-mail from might just turn out to be the better
> alternative though.
>
> Regards,
> L. Johansson
>
> ________________________________________________________________________
> Message: 2
> Date: Mon, 19 Mar 2001 07:49:14 -0500
> From: "Filipiak, Bob (Contractor)" <filipiab at atsc.army.mil>
> Subject: RE: Adding attachments with mailto:
> What kind of file are you trying to attach? It should be up to the visitor
> if they want to send you an attachment. Just asked them to send
> you a file.
> Be aware that not all visitor's have their browser's configured to send
> email, so your mailto: will not work for everyone. You may want
> to consider
> using a email form that gets submitted to your server. Just a Thought.
> -----Original Message-----
> From: ws at chello.se [mailto:ws at chello.se]
> Sent: Sunday, March 18, 2001 4:44 AM
> To: javascript at LaTech.edu
> Subject: [Javascript] Adding attachments with mailto:
>
> I'd like to make a script that automatically attaches a file to an e-mail
> message
> when you click on it. Are the only parameters I can use with mailto:
> subject and body?
> Any hint on how I can solve this problem?
> Cheers,
> L. Johansson
>
> <A HREF="mailto:test at test.com?subject=From a website" TITLE="Contact us"
> onMouseOver="self.status='Contact us'; return
> true"onMouseOut="self.status=' '; return true">Contact us</A>
>
> _______________________________________________
>
>
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> http://www.LaTech.edu/mailman/listinfo/javascript
>





More information about the Javascript mailing list