manipulate mail header

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default manipulate mail header

    Hi! Its me again. Sorry for the last post - it was quite clumsy.

    In fact, it wasn't really what I need. I have a mail and I want to fake the
    attachment. Its always the same String in the header that I need, but I need
    to set
    X-MS-Has-Attach: yes

    and I have to add some values to the header until this will work correctly.
    Because if I send a mail the value for Content-Type: text/plain . And I have
    to manipulate the header in that way, that I can set the Content-Type:
    multipart/mixed. Same with content-class.

    If you have any idea how to manipulate the header, please mail me. Thanks
    Klausi


    Klaus Linzner Guest

  2. Similar Questions and Discussions

    1. PHP Mail Header and New Lines
      I'm using PHP to send out email to users when they submit a form (user registration). The email gets sent just fine, but I'd like to be able to...
    2. manipulate images
      Hi, I need to get some text from a database and put this text on an image. Its to generate an incomingticket for a theater. Can anyone help me?...
    3. Using PHP to parse mail header
      Hello! I am very new to PHP (or any type of scripting language), and am trying to write a PHP script that will accept email headers posted into a...
    4. [PHP] Mail Header/Return Receipt
      Disposition-Notification-To: is not a sure bet, since the majority of people ignore the return receipt. The only way you will know if the email...
    5. Mail Header/Return Receipt
      Ok, I have an interesting one here. I'm trying to send an e-mail from Server A, through Server B, and to a recipient using PHP on Server A. Server...
  3. #2

    Default Re: manipulate mail header

    "Klaus Linzner" <k.linzner@softpoint.at> wrote in message
    news:20030806145554.89336.qmail@pb1.pair.com...
    > Hi! Its me again. Sorry for the last post - it was quite clumsy.
    >
    > In fact, it wasn't really what I need. I have a mail and I want to fake
    the
    > attachment. Its always the same String in the header that I need, but I
    need
    > to set
    > X-MS-Has-Attach: yes
    >
    > and I have to add some values to the header until this will work
    correctly.
    > Because if I send a mail the value for Content-Type: text/plain . And I
    have
    > to manipulate the header in that way, that I can set the Content-Type:
    > multipart/mixed. Same with content-class.
    >
    > If you have any idea how to manipulate the header, please mail me. Thanks
    > Klausi
    All you need @ [url]http://www.php.net/mail[/url]

    HTH

    --
    Ivo


    Ivo Fokkema 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