Help Needed in IMAP+PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • comp.lang.php

    #1

    Help Needed in IMAP+PHP

    Hi all,

    I am having a mail client script, which will read and send mail to mail
    server, using IMAP. When i am sending mail with attachment through
    forwarding, the attachment is not getting attached correctly, Plz any
    one can help me to come out of the problem.

    Note : I am using PHP 4.3.10 + IMAP + Apache +Zend Engine v1.3.0

    Thanks in advance
    Kumarasamy Mani

  • Andrew DeFaria

    #2
    Re: Help Needed in IMAP+PHP

    comp.lang.php wrote:
    [color=blue]
    > Hi all,
    >
    > I am having a mail client script, which will read and send mail to
    > mail server, using IMAP. When i am sending mail with attachment through
    > forwarding, the attachment is not getting attached correctly, Plz any
    > one can help me to come out of the problem.
    >
    > Note : I am using PHP 4.3.10 + IMAP + Apache +Zend Engine v1.3.0[/color]

    IMAP is not a mail sending protocol. Perhaps that's your problem...
    --
    Show me a man with both feet firmly on the ground, and I'll show you a
    man who can't get his pants off.

    Comment

    • comp.lang.php

      #3
      Re: Help Needed in IMAP+PHP

      Yes,

      I can do like rewritting the same attachment in the attachment dir in
      the mail server, But my question how we can do that without writting
      again into file system.

      Thanks
      Kumarasamy

      Comment

      Working...