• MailerFactory damage the attached files

    Hi Everyone! I have a problem with a code, I have a logichook that sends an email with files attached, but some days ago the customer reported an issue... the files arrive damage to the inbox email. I'm using the 'MailFactory::getSystemDefaultMailer…
  • Add parent to email generated with MailerFactory

    I am using MailerFactory to programmatically send emails from a Case. When the email is sent and the record created, I want to relate the Case to the Email (I have the case id). There is probably a parameter I can use in the MailerFactory to give the…