Sending Attachment with mail()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rohitsavalia
    New Member
    • Apr 2007
    • 8

    Sending Attachment with mail()

    Hi,
    Please can anyone tell me how to send attachment with mail using PHP code.
    I want to just send a attachment file.
  • mwasif
    Recognized Expert Contributor
    • Jul 2006
    • 802

    #2
    Take a look at this PHP Class http://phpmailer.sourceforge.net. Here you can find examples to send email with this class.

    Comment

    • rohitsavalia
      New Member
      • Apr 2007
      • 8

      #3
      Originally posted by mwasif
      Take a look at this PHP Class http://phpmailer.sourceforge.net. Here you can find examples to send email with this class.

      Thanks for link. Thank you again.

      Comment

      • code green
        Recognized Expert Top Contributor
        • Mar 2007
        • 1726

        #4
        I find phpMailer to be an excellent class

        Comment

        • mwasif
          Recognized Expert Contributor
          • Jul 2006
          • 802

          #5
          You are welcome.

          Comment

          Working...