embed abstract method
Embeds an inline image in the email.
path is the image file path.
cid is the Content-ID to reference in HTML (e.g., 'logo').
In HTML:
Implementation
MailerInterface embed(String path, String cid);
Embeds an inline image in the email.
path is the image file path.
cid is the Content-ID to reference in HTML (e.g., 'logo').
In HTML:
MailerInterface embed(String path, String cid);