Ebedding images in PHP email scripts

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

    Ebedding images in PHP email scripts

    Hello

    I have a customized script that will send emails to users depending on the data that php retreives from a mysql DB. Am able to plug all the necessary values in the fields that I want to email across. I have a signature image that I would like to attach to the end of this customized email. How do I go around sorting out that problem?
  • tscott
    New Member
    • Jul 2007
    • 22

    #2
    Hey,
    You got the wrong forum.
    ~Tyler

    Comment

    • pbmods
      Recognized Expert Expert
      • Apr 2007
      • 5821

      #3
      Moved .

      Comment

      • pbmods
        Recognized Expert Expert
        • Apr 2007
        • 5821

        #4
        Merged duplicate threads.

        Comment

        • mwasif
          Recognized Expert Contributor
          • Jul 2006
          • 802

          #5
          Use PHPMailer to send embedded image mails. Take a look at PHPMailer tutorial for embedding attachments.

          Comment

          • kovik
            Recognized Expert Top Contributor
            • Jun 2007
            • 1044

            #6
            Swiftmailer may also be of interest if you're familiar with OOP.

            Comment

            Working...