Jump to content

php mailer problem with attachments


watts

Recommended Posts

I've recently uploaded my site from my local server to a remote server.  I've been using phpMailer to send an email with multiple attachments using the AddAttachment function.  It works fine on my local server but now on the remote server it sends the email but there are no attachments. 

[code]
$mail->AddAttachment("$imgThbURL"); //$imgThbURL is the path to the image file pulled from the db
[/code]

I've checked and it's retrieving the image path fine but it's just not attaching the file.

Does anyone have any ideas on what might be wrong here?
Link to comment
https://forums.phpfreaks.com/topic/29078-php-mailer-problem-with-attachments/
Share on other sites

Archived

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

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.