"!" in string when sent by mail()

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • google@weblinkunlimited.com

    "!" in string when sent by mail()

    Hello all,

    Thank you for reading my question.
    I am working on a response-system. When a customer asked for
    information, he will get an email rightaway. A part of the email is as
    follows:
    [break]
    <td align=center><i mg src='http://www.*.com/sites/*.com/pictures/
    object/small_phpZCvEpe .jpg' border=0></td>
    <td align=center><i mg src='http://www.*.com/sites/*vaca! tion*/
    pictures/object/small_phpHPOyD6 .jpg' border=0></td>
    <td align=center><i mg src='http://www.*.com/sites/*/pictures/object/
    small_phphEJFT2 .jpg' border=0></td>
    [break]
    <td align=center><i mg src='http://www.*.com/sites/*.com/pictures/
    object/small_phpNuLP2g .jpg' border=0></td>
    <td align=center><! img src='http://www.*.com/sites/*vacatio!
    n*/pictures/object/small_phpY8tvuO .jpg' border=0></td>
    [break]
    <tr><td width='100' valign='top' align='left'>Am enities</td><td
    valign='top' align='left'>1 !
    livingroom, 3 bedroom, 2 1/2 bathroom, Hurricaneshutte r: Fully</td>
    [break]
    As you can see in the second and fifth (2 times) <td>-line, there is a
    "!" in the message. Also in the last part, just before livingroom,
    there is also the "!". When I 'echo' $message the line before mail(),
    there are no "!" in the source.

    Who knows how those "!"are in the message?

    Thank you very much in advance

  • Rik

    #2
    Re: &quot;!&quot ; in string when sent by mail()

    On Fri, 08 Jun 2007 02:04:25 +0200, <google@weblink unlimited.comwr ote:
    Hello all,
    >
    Thank you for reading my question.
    I am working on a response-system. When a customer asked for
    information, he will get an email rightaway. A part of the email is as
    follows:
    [break]
    <td align=center><i mg src='http://www.*.com/sites/*.com/pictures/
    object/small_phpZCvEpe .jpg' border=0></td>
    <td align=center><i mg src='http://www.*.com/sites/*vaca! tion*/
    pictures/object/small_phpHPOyD6 .jpg' border=0></td>
    <td align=center><i mg src='http://www.*.com/sites/*/pictures/object/
    small_phphEJFT2 .jpg' border=0></td>
    [break]
    <td align=center><i mg src='http://www.*.com/sites/*.com/pictures/
    object/small_phpNuLP2g .jpg' border=0></td>
    <td align=center><! img src='http://www.*.com/sites/*vacatio!
    n*/pictures/object/small_phpY8tvuO .jpg' border=0></td>
    [break]
    <tr><td width='100' valign='top' align='left'>Am enities</td><td
    valign='top' align='left'>1 !
    livingroom, 3 bedroom, 2 1/2 bathroom, Hurricaneshutte r: Fully</td>
    [break]
    As you can see in the second and fifth (2 times) <td>-line, there is a
    "!" in the message. Also in the last part, just before livingroom,
    there is also the "!". When I 'echo' $message the line before mail(),
    there are no "!" in the source.
    >
    Who knows how those "!"are in the message?
    >
    Thank you very much in advance
    I'd say it's probably a local filter that tries to disable the image this
    way for some reason.
    --
    Rik Wasmus

    Comment

    • google@weblinkunlimited.com

      #3
      Re: &quot;!&quot ; in string when sent by mail()

      On 8 jun, 10:02, Rik <luiheidsgoe... @hotmail.comwro te:
      On Fri, 08 Jun 2007 02:04:25 +0200, <goo...@weblink unlimited.comwr ote:
      Hello all,
      >
      Thank you for reading my question.
      I am working on a response-system. When a customer asked for
      information, he will get an email rightaway. A part of the email is as
      follows:
      [break]
      <td align=center><i mg src='http://www.*.com/sites/*.com/pictures/
      object/small_phpZCvEpe .jpg' border=0></td>
      <td align=center><i mg src='http://www.*.com/sites/*vaca!tion*/
      pictures/object/small_phpHPOyD6 .jpg' border=0></td>
      <td align=center><i mg src='http://www.*.com/sites/*/pictures/object/
      small_phphEJFT2 .jpg' border=0></td>
      [break]
      <td align=center><i mg src='http://www.*.com/sites/*.com/pictures/
      object/small_phpNuLP2g .jpg' border=0></td>
      <td align=center><! img src='http://www.*.com/sites/*vacatio!
      n*/pictures/object/small_phpY8tvuO .jpg' border=0></td>
      [break]
      <tr><td width='100' valign='top' align='left'>Am enities</td><td
      valign='top' align='left'>1 !
      livingroom, 3 bedroom, 2 1/2 bathroom, Hurricaneshutte r: Fully</td>
      [break]
      As you can see in the second and fifth (2 times) <td>-line, there is a
      "!" in the message. Also in the last part, just before livingroom,
      there is also the "!". When I 'echo' $message the line before mail(),
      there are no "!" in the source.
      >
      Who knows how those "!"are in the message?
      >
      Thank you very much in advance
      >
      I'd say it's probably a local filter that tries to disable the image this
      way for some reason.
      --
      Rik Wasmus- Tekst uit oorspronkelijk bericht niet weergeven -
      >
      - Tekst uit oorspronkelijk bericht weergeven -
      Thank you for your answer, but why is it also done where only text is;
      before livingroom, which is not a picture?

      Comment

      Working...