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;