Results 1 to 2 of 2

Thread: Email Riddler cc: or bcc:

  1. #1
    Join Date
    Jul 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Email Riddler cc: or bcc:

    Does anyone know how I could add a cc: or bcc: to the email riddler code? Seems that option isn't available through the code generator.

    http://www.dynamicdrive.com/emailriddler/

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    If the riddler didn't have validation, you could just paste in the full address with cc or bcc, ex:

    Code:
    name@domain.com?cc=me@here.com
    However, the form sees it as an invalid email address.

    I have my own encryptor that works differently:

    http://home.comcast.net/~ansiguy/emailen1.htm

    Were it asks for the address, you can paste in something like:

    Code:
    name@domain.com?cc=me@here.com
    or:

    Code:
    name@domain.com?bcc=me@here.com
    It also has the advantage that once the address(es) are encrypted, the end user doesn't need javascript enabled to use the link.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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