Ask a Question related to ASP, Design and Development.
-
Mark Goldin #1
Mailto: from client and attachments
Is it possible using mailto: to create an email with everything except an
attachment
and then when a user clicks on send intercept that form and recreate the
email on the server and add a file to it?
Thanks
Mark Goldin Guest
-
Flash Webcam client <-> client (not client <-> server<-> client)
Dear Flash Team, supporter and regular mortals (Like myself) I am currently running a IRC chat with mostly webclients connected. We currently offer... -
Mailto ?
I have always used HTML for my web pages, I am now trying flash but I cant get a button to open my Email editer the way I could with <a href... -
mailto into exe
How I can to do "mailto" for exe in flash? -
mailto in flash MX
Hey folks, Recently ugraded to Flash MX.....and i cant figure out where many of the "basic actions" in v.5 went to. Including mailto, get url... -
mailto
I'm trying to create an email link from a button. I am entering 'mailto:xxxxxx@xxxxx.co.uk' in the behavior text box. It works fine, but it... -
Aaron Bertrand [MVP] #2
Re: Mailto: from client and attachments
> Is it possible using mailto: to create an email with everything except an
No, you are confusing mailto: (which runs exclusively on the client) with> attachment
> and then when a user clicks on send intercept that form and recreate the
> email on the server and add a file to it?
server-side mailing functionality (which runs exclusively on the server).
Instead, have a form that is submitted to the server, and the server-side
deals with sending the mail *and* attaching the file to it.
Aaron Bertrand [MVP] Guest
-
Mark Goldin #3
Re: Mailto: from client and attachments
I understand the mechanics behind mailto:.
What I was thinking is using mailto: to create a complete mail on a client
without an attachment and then when a user sends email reroute it to a
server for a file attachment and forwarding.
"Aaron Bertrand [MVP]" <aaron@TRASHaspfaq.com> wrote in message
news:#E49nEDmDHA.3312@tk2msftngp13.phx.gbl...an> > Is it possible using mailto: to create an email with everything except>> > attachment
> > and then when a user clicks on send intercept that form and recreate the
> > email on the server and add a file to it?
> No, you are confusing mailto: (which runs exclusively on the client) with
> server-side mailing functionality (which runs exclusively on the server).
>
> Instead, have a form that is submitted to the server, and the server-side
> deals with sending the mail *and* attaching the file to it.
>
>
Mark Goldin Guest
-
Aaron Bertrand [MVP] #4
Re: Mailto: from client and attachments
> What I was thinking is using mailto: to create a complete mail on a client
Mail is sent to an SMTP server, not an application server. ASP has no way> without an attachment and then when a user sends email reroute it to a
> server for a file attachment and forwarding.
to know that mail is being sent anywhere. You can only "intercept" mail
before it is sent along this way... e.g. if you generate the e-mail from the
server side.
mailto: is a very unreliable method, by the way. Some people don't have a
default mail reader defined, some people have default mail readers that
don't support mailto:, a few will modify the form contents and change the
destination and several other attributes, and the rest can choose to just
close the mail window and nothing gets sent at all
Aaron Bertrand [MVP] Guest



Reply With Quote

