Forum Moderators: open

Message Too Old, No Replies

need help in sending email

         

sukino

10:08 am on Sep 9, 2003 (gmt 0)

10+ Year Member



Well, in full detail, due to the fact that I can't use my asp code to send the email through a feedback form, I decided to use a html or js.

I saw this code:
<a href="mailto:name@email.com?bcc=name@email.com&subject=Project&body=Hello, this is just a test">Send now!</a>

But when click, it wouldn't sent. That is because all the addresses, subject and the body is put together in the TO field of the email program.
Could anyone suggest a coding such that I can send multiple address and also bcc a person. Also the subject must be stated in the subject field. Thanks!

jpjones

10:11 am on Sep 9, 2003 (gmt 0)

10+ Year Member



That code works for me.
It opened up a new email message, prefilling the To, BCC, Subject, and Body as expected.

All it needed was for me to click "Send".

What email client are you using?

JP

korkus2000

12:16 pm on Sep 9, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Some issues you may want to know about with the js email.
[webmasterworld.com...]

Whay can't you use your asp code? Is cdonts not available on the server?

sukino

1:28 am on Sep 10, 2003 (gmt 0)

10+ Year Member



I have no idea.... it just kept processing... and processing... just like that... btw, I am using Outlook Express version 6...

sukino

6:07 am on Sep 10, 2003 (gmt 0)

10+ Year Member



ok.... finally i had the form action working, but the problem is that it wouldn't send the email to the bcc addresses, but when i send the email to both cc and bcc, it will send the email to the bcc addresses... any suggestion?

korkus2000

5:57 pm on Sep 10, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I think you can get much better answers from PHP pros in the PHP forum [webmasterworld.com]. I never used it before.