Mail service addAttachment, Log
Permalink
I'm using the Mail service, like so:
$mh->addAttachment($file);
This works fine, but the log is showing these enormous entries because the attachments are now part of the mail message.
Is there a way to go around this and keep the log clean?
$mh->addAttachment($file);
This works fine, but the log is showing these enormous entries because the attachments are now part of the mail message.
Is there a way to go around this and keep the log clean?