You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@eLod - Is there any way to embed images without using the Html helper? So far I see that embedded images can be added directly when invoking li3_mailer\net\mail\Message. But how can I embed an image using Mailer::deliver(). This is assuming of course that cid is already in place via the html.
The text was updated successfully, but these errors were encountered:
@fitzagard you should be able to add attachments via templates and also the Mailer::deliver() (and a couple other places). you can check the wiki but basically Mailer::deliver('name', array('attach' => array('path/to/img' => array('id' => 'your-cid')))) should do it, check Message->attach() and Message->embed().
@eLod - Is there any way to embed images without using the Html helper? So far I see that embedded images can be added directly when invoking li3_mailer\net\mail\Message. But how can I embed an image using Mailer::deliver(). This is assuming of course that cid is already in place via the html.
The text was updated successfully, but these errors were encountered: