Closed (outdated)
Project:
SMTP Authentication Support
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2016 at 13:53 UTC
Updated:
6 Oct 2019 at 17:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
poornachandran commentedComment #3
poornachandran commentedThe fix is in the patch which will embed the image in the email using the AddEmbeddedImage function of the PHPMailer
Comment #4
pankajchaudhari commentedTested the patch and embedded the image inline in email template.
Comment #5
pankajchaudhari commentedComment #6
vipulsuriya commentedTested in my environment setup and it's working fine.
Comment #7
wundo commentedPlease add some comments :)
PS: How do I test this?
Comment #8
poornachandran commented@wundo
Purpose:
To embed an inline image like
<img src="cid:cid_name">in the email template.Steps To Reproduce:
<img src="cid:cid_name">.$message['images'][] = array("filepath" => "image_path", "cid" => "cid_name", "base64");Comment #9
poornachandran commentedComment #10
poornachandran commentedReviews please on the patch :)
Comment #11
wundo commented@Poornachandran I need a re-roll
Comment #12
poornachandran commented@wundo I could apply the patch cleanly. So I think no re roll is needed.
Comment #13
poornachandran commentedComment #14
poornachandran commentedUpdated the patch to fix the issue Strict warning: Non-static method PHPMailer::_mime_types() should not be called statically in PHPMailer::_mime_types()
Comment #15
poornachandran commentedIt is been there for a long time. Some reviews on this please...
Comment #16
wundo commented