Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Attachments not attaching correctly when resending

$
0
0

Replies: 0

Hi,

thank you for the great plugin. Makes things alot easier. I noticed an issue where attachments are not attaching correctly when I attempt to resend an mail. Reason being is that relative urls are being used as the file location instead of the absolute url.

Solution:

I added the below statement in WPML_Email_Resender.php.
$attachments = WP_CONTENT_DIR . ‘/uploads/’.$attachments;


Viewing all articles
Browse latest Browse all 59525

Trending Articles