Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: email link in website won't go to my email  (Read 8735 times)

0 Members and 1 Guest are viewing this topic.

jacobixxx8

    Topic Starter


    Beginner

    • Experience: Beginner
    • OS: Unknown
    email link in website won't go to my email
    « on: November 26, 2015, 01:15:20 PM »
    In my website I have the link for my email.when I click
    on mail the email page comes up and I can write in email but when I send it does not go to my email.
    The link i'm sure is done ok.I just have the website in my harddrive.all the other things work ok like cnn
    work ok.It's nothing I really need but would like to
    understand what's causing this.I'm self teaching
    more or less.I've tried more than 1 email but sme thing.
    A couple times  I got error 0x800cccod.
    I tried cmd doing checking some things,that didn't
    help any.

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: email link in website won't go to my email
    « Reply #1 on: November 26, 2015, 06:30:20 PM »
    Have your tried using a PHP tool?
    PHP code to send e-mail
    Quote
    You can use the PHP mail() function to send an email with PHP. The simplest way to do this is to send a text email. This is one way to handle sending you the results when a visitor to your website fills out a form.

    jacobixxx8

      Topic Starter


      Beginner

      • Experience: Beginner
      • OS: Unknown
      Re: email link in website won't go to my email
      « Reply #2 on: November 26, 2015, 09:57:25 PM »
      thanks but that's to involved for just sending an email. I still can't figure
      what my problem is. I'll keep working on it. I'm sure this is something simple.

      Geek-9pm


        Mastermind
      • Geek After Dark
      • Thanked: 1026
        • Gekk9pm bnlog
      • Certifications: List
      • Computer: Specs
      • Experience: Expert
      • OS: Windows 10
      Re: email link in website won't go to my email
      « Reply #3 on: November 26, 2015, 10:44:46 PM »
      Wat did you expect?
      Here is a simple form.
      Code: [Select]
      <form method="post" action="mailto:[email protected]?subject=Results">
      <label for="Name">Name:</label><input type="text" name="Name"><br />
      <label for="Email">Email:</label><input type="text" name="Email"><br />
      <input type="submit">
      </form>
      Is that what you need?

      soybean



        Genius
      • The first soybean ever to learn the computer.
      • Thanked: 469
      • Computer: Specs
      • Experience: Experienced
      • OS: Windows 10
      Re: email link in website won't go to my email
      « Reply #4 on: November 27, 2015, 08:48:26 AM »
      How does email normally work on your computer?  Do you use only webmail, i.e. access email via web browser, or do you use an email client such as Microsoft Outlook, Windows Mail, Thunderbird, etc.?

      jacobixxx8

        Topic Starter


        Beginner

        • Experience: Beginner
        • OS: Unknown
        Re: email link in website won't go to my email
        « Reply #5 on: November 27, 2015, 10:20:15 AM »
        My email works fine. I use outlook and wildblue.net I gues it's called ezede now.

        soybean



          Genius
        • The first soybean ever to learn the computer.
        • Thanked: 469
        • Computer: Specs
        • Experience: Experienced
        • OS: Windows 10
        Re: email link in website won't go to my email
        « Reply #6 on: November 27, 2015, 08:00:24 PM »
        In my website I have the link for my email.when I click
        on mail the email page comes up and I can write in email but when I send it does not go to my email.
        My email works fine. I use outlook ...
        By "outlook", do you mean Microsoft Outlook, usually installed as part of Microsoft Office?  If so, what version?   Or, do you mean outlook.com, Microsoft's webmail service which is accessed by going to outlook.com?

        jacobixxx8

          Topic Starter


          Beginner

          • Experience: Beginner
          • OS: Unknown
          Re: email link in website won't go to my email
          « Reply #7 on: November 28, 2015, 09:20:32 AM »
          Actually I have Hotmail and it is the same as outlook.com

          soybean



            Genius
          • The first soybean ever to learn the computer.
          • Thanked: 469
          • Computer: Specs
          • Experience: Experienced
          • OS: Windows 10
          Re: email link in website won't go to my email
          « Reply #8 on: November 28, 2015, 09:58:39 AM »
          So, you go to outlook.com to access your Hotmail account, right?  And, what about the email account with wildblue.net?  Do you go to their website for that email?

          Geek-9pm


            Mastermind
          • Geek After Dark
          • Thanked: 1026
            • Gekk9pm bnlog
          • Certifications: List
          • Computer: Specs
          • Experience: Expert
          • OS: Windows 10
          Re: email link in website won't go to my email
          « Reply #9 on: November 28, 2015, 10:01:20 AM »
          What soybean was about to tell you is that it matters.
          On my own we site the email link will not work if you do not have a e-mail client set as a local thing.
          On the start page of Geek9pm.com there is a simple email link that will fail if you are not using outlook express, which is not the same as outlook.com site.
          here is the code:
          Code: [Select]
              <p><font size="4">To send me a comment, send to: <a href="mailto:[email protected]">[email protected]</a></font></p>
              <p><b><font size="4">(Please no Spam.)</font></b></p>
          This will always fail on my system because I do not have an email client configured as a local thing.
          What code do you use?

          * Moderator, don't worry, that account  will close   if it gets too much stuff.

          jacobixxx8

            Topic Starter


            Beginner

            • Experience: Beginner
            • OS: Unknown
            Re: email link in website won't go to my email
            « Reply #10 on: November 28, 2015, 10:35:39 AM »
            I have to go to wildblue.net to get mail.same with Hotmail.
            Do you mean by local mail as the email I used to have in Wxp.That was generated in my own computer.

            patio

            • Moderator


            • Genius
            • Maud' Dib
            • Thanked: 1769
              • Yes
            • Experience: Beginner
            • OS: Windows 7
            Re: email link in website won't go to my email
            « Reply #11 on: November 28, 2015, 10:47:04 AM »
            I'm confused...is this an actual website...or a saved webpage on your PC ? ?
            " Anyone who goes to a psychiatrist should have his head examined. "

            jacobixxx8

              Topic Starter


              Beginner

              • Experience: Beginner
              • OS: Unknown
              Re: email link in website won't go to my email
              « Reply #12 on: November 28, 2015, 02:04:10 PM »
              yes this is a webpage I'm trying to make on my computer. I haven't used ftp or a host yet. I'm just learning.

              soybean



                Genius
              • The first soybean ever to learn the computer.
              • Thanked: 469
              • Computer: Specs
              • Experience: Experienced
              • OS: Windows 10
              Re: email link in website won't go to my email
              « Reply #13 on: November 28, 2015, 02:19:52 PM »
              Go to http://ecotu.club/officers-2/ , click one of the email links, and tell us what happens.

              patio

              • Moderator


              • Genius
              • Maud' Dib
              • Thanked: 1769
                • Yes
              • Experience: Beginner
              • OS: Windows 7
              Re: email link in website won't go to my email
              « Reply #14 on: November 28, 2015, 02:23:26 PM »
              So it's not a website,,,it's a webpage...
              " Anyone who goes to a psychiatrist should have his head examined. "