Hyperlink per mail

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Beanjode

    Hyperlink per mail

    sorry here´s the question in english

    can anybody tell me how to sen a hyperlink using the php mail function.
    If I send a <a ref ...> it just turns up in plain text. Whats the trick

    JB

  • dr zoidberg

    #2
    Re: Hyperlink per mail

    Beanjode wrote:[color=blue]
    > sorry here´s the question in english
    >
    > can anybody tell me how to sen a hyperlink using the php mail function.
    > If I send a <a ref ...> it just turns up in plain text. Whats the trick[/color]

    just type full URL, eg:


    Comment

    • Shawn Wilson

      #3
      Re: Hyperlink per mail

      Beanjode wrote:[color=blue]
      >
      > sorry here´s the question in english
      >
      > can anybody tell me how to sen a hyperlink using the php mail function.
      > If I send a <a ref ...> it just turns up in plain text. Whats the trick[/color]

      If you send it in plain text, most email programs will make it clickable
      automatically (make sure you put http:// in front of it and try to start it on a
      newline so it won't get broken by an 80 character word wrap).

      Or, you can send it in an HTML email, using HTML. Check the comments here:


      and here:


      for instructions.

      Regards,
      Shawn
      --
      Shawn Wilson
      shawn@glassgian t.com

      Comment

      Working...