Send a pdf file as email content

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sethupnr
    New Member
    • Sep 2007
    • 26

    Send a pdf file as email content

    how can i add a pdf file as email content. I tried <iframe> trag but it doesnt working. I dont need to attach the pdf as attachment.

    i'm using PhpMailer function.

    Also how can i link to a particular pdf page. Is it possible with #page=3


    thanks
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, sethupnr.

    Try using PHPMailer's attachment functions (http://phpmailer.codeworxtech.com/in...?pg=tutorial#3).

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      You would probably have to read out the PDF file into a string before the email is sent, and then include that string with the email.

      Have a look at this thread.

      Comment

      Working...