We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 38136
    • 42 Posts
    Hi,

    i need to add a CID:Image in my mail templates. Unfortunately i didn't find a way to achieve that with the formit email hook and i want to avoid to write my own hook for email processing.

    is it possible to use CID:Images somehow with formit?

    phpmailer offers
    $this->mailer->AddEmbeddedImage($image,$cid,$name,$encoding,$type);
    for that. it seems to be included in /core/model/modx/mail/modphpmailer.class.php. but i did not found it in
    fihooks.class.php
    .

    any ideas?

    greetings...