Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default email address??

    I have the following code for email

    <strong><font color="#000000"><a
    href="mailto:mail@leaktechinc.com"></a></font></strong>

    How do add another email address to this? I tried several things even mailcc
    and could not get it to work.

    RichyMan Guest

  2. Similar Questions and Discussions

    1. How to set email address for cron?
      Cron is generating some messages on my Ubuntu system. However, the messages are always mailed to root@domain. I have set domain in my postfix...
    2. eMail Address Protection
      I have a program that creates a "cloaked" email address. I started using a e-cloaker prior to purchase of Dreamweaver 8. All spam from website...
    3. Hiding Email address
      Is there code out there to truly hide email addresses from view source or spiders(crawlers etc). TIA Aaron
    4. email - reply address
      After configuring internet access and email accounts using pop3 connector, everything worked fine except for the reply address on the emails. My...
    5. Getting email address.
      When my Users enter their information into my trouble call database, is there a way to get their email address automatically rather than them...
  3. #2

    Default Re: email address??

    Try the below:

    <strong>
    <font color="#000000">
    <a href="mailto:mail@leaktechinc.com;mail2@leaktechin c.com">EMail Me</a>
    </font>
    </strong>

    Notice the ; between the two email addresses.

    Brendan


    "RichyMan" <webforumsuser@macromedia.com> wrote in message
    news:dclpmi$1hg$1@forums.macromedia.com...
    > I have the following code for email
    >
    > <strong><font color="#000000"><a
    > href="mailto:mail@leaktechinc.com"></a></font></strong>
    >
    > How do add another email address to this? I tried several things even
    mailcc
    > and could not get it to work.
    >

    Singularity.co.uk Guest

  4. #3

    Default Re: email address??

    Brendan,

    I tried this and when I opened the web site and clicked on my Contact Us
    button, the second email address did not appear in the Mail To text box. By
    the way the second address is [email]rmartin@leakteckinc.com[/email]. I also got a server
    error about connecting to server lost and I will contact my IT person.

    RichyMan Guest

  5. #4

    Default Re: email address??

    RichyMan

    Not sure what the problem is on your end, as I copied the code into one of
    my pages and it opened up Outlook with both the emails in the To box.

    It could be down to the browser you are using or the mail client you have.

    One thing, using the MailTo link for users to contact you is slowly being
    done away with as far as I know. The best way is to code a page for users to
    enter in their comments using a form and either insert the information into
    a database or email it to yourselves. Try looking up CDONTS to send mail or
    see what software your host has that you can incorporate into your site to
    send information via email.

    Brendan


    "RichyMan" <webforumsuser@macromedia.com> wrote in message
    news:dcnton$43d$1@forums.macromedia.com...
    > Brendan,
    >
    > I tried this and when I opened the web site and clicked on my Contact Us
    > button, the second email address did not appear in the Mail To text box.
    By
    > the way the second address is [email]rmartin@leakteckinc.com[/email]. I also got a
    server
    > error about connecting to server lost and I will contact my IT person.
    >

    Singularity.co.uk Guest

  6. #5

    Default Re: email address??

    Thanks, I will look at our server and do the form etc. I used the form fill in for the contact the WEB master. Still lots to learn
    RichyMan Guest

  7. #6

    Default Re: email address??

    Brendan,

    If you look at the leaktechinc.com web page and link contact us, I have the
    code (copied from another site) that is not working with a form fill in (not
    outlook). I am getting strange stuff and not able to get to work. You can look
    at the source code. At one time it worked. Still not able to get the other
    email address in the outlook code.


    RichyMan Guest

  8. #7

    Default Re: email address??

    RichyMan

    If you swapped the two email addresses in the line below of your code, will
    it pick up the other email address?

    <a href="mailto:mail@leaktechinc.com;rmartin@leaktech inc.com"></a>

    I mightn't be much use to you regarding Flash files as I have never used
    them, but have you tried placing the <a href> tag around the flash file like
    below:

    <a href="mailto:mail@leaktechinc.com;rmartin@leaktech inc.com">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
    b#version=5,0,0,0" width="105" height="21">
    <param name="BGCOLOR" value="">
    <param name="movie" value="contact.swf">
    <param name="quality" value="high">
    <embed src="contact.swf" quality="high"
    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
    Version=ShockwaveFlash" type="application/x-shockwave-flash" width="105"
    height="21" ></embed>
    </object>
    </a>


    "RichyMan" <webforumsuser@macromedia.com> wrote in message
    news:dco3ju$dfq$1@forums.macromedia.com...
    > Brendan,
    >
    > If you look at the leaktechinc.com web page and link contact us, I have
    the
    > code (copied from another site) that is not working with a form fill in
    (not
    > outlook). I am getting strange stuff and not able to get to work. You can
    look
    > at the source code. At one time it worked. Still not able to get the other
    > email address in the outlook code.
    >
    >

    Singularity.co.uk Guest

  9. #8

    Default Re: email address??

    Brendan

    Tried that and it did not work. I will check line by line. Please look at
    contact WEB Master and I have two email addresses. If you look at Contact Me
    this brings up the page for a reply. This is not working but once did. Lost.

    RichyMan Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139