Click to See Complete Forum and Search --> : mailto object


pelegk1
09-11-2003, 09:21 AM
how can i give the mailto object
the sender email address?

requestcode
09-11-2003, 12:09 PM
Can you give us some more details on what you are trying to do? Using mailto is not the best way to send an email as you are relying on the persons mail client.

pyro
09-11-2003, 12:13 PM
With a simple mailto: a link's href, I don't belive you can set the from address. You will need to use some sort of server side language to do it.

pelegk1
09-14-2003, 02:04 AM
is to send from the server to a client an email
but not my email but some one else's email that was type in a page
and i want when the email send ,that the 1 that recives it
the from email that he gets is from the sender (say like sender email) and not any other email?!
thnaks in advance
peleg

pyro
09-14-2003, 08:35 AM
Which serverside language(s) does your server support?

pelegk1
09-14-2003, 09:19 AM
can u help me sos?

AdamBrill
09-14-2003, 09:45 AM
You would be best off to post in the ASP section, since this really is more of an ASP question than a JavaScript question... If I knew ASP, I would help you anyway, but since I don't, I can't. ;)

pyro
09-14-2003, 09:49 AM
Yes, as AdamBrill stated, you'd best post in the ASP section. I don't know ASP either...