A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: coding on email form

  1. #1
    Senior Member
    Join Date
    Feb 2002
    Posts
    101

    coding on email form

    Hi I'm using a PHP form is a site and I need to add an extra destination email address. code currently is:
    $sendTo = "my@emailaddress.co.uk";

    How do I add a further receiving email address?

    Any help?

    J.
    jp

  2. #2
    Junior Member
    Join Date
    Dec 2001
    Posts
    11
    I guess, unless you would like your recipient to see the additional recipients, the syntax is:
    $bcc = "joe@bloggs.org, mel-c@spiceg.com";
    //add aditional emails seperated by ','
    Jappe

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center