Sending Big Attachments with PHP

Discussion in 'PHP' started by netaddict, Sep 30, 2005.

  1. #1
    Is it possible to send big email attachments (zip file of 10-15 MB) with the help of PHP :confused:
     
    netaddict, Sep 30, 2005 IP
  2. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #2
    Attachments are a little tricky, but the size shouldn't be an issue (assuming mail server can handle it).

    To simplify it for you, I suggest just using the PHPMailer class.
     
    digitalpoint, Sep 30, 2005 IP
    netaddict likes this.