Jump to content

Phpmailer


djp1988

Recommended Posts

Hello, I have a problem,I'm using PHPMailer, and just trying out the sample files, looks promising, but, I'm trying to add a pdf attachment, and so I am adding the following line: $mail->AddAttachment("document.pdf"); // attachmentHowever, although the email size goes up to just over the size of the pdf document (therefore, the pdf data IS there), it isn't displaying in my list of attached files and I can't see it anywhere in my email.What could the problem be? I am using PHPMailer_v5.1

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...