MimeMail: issue with attachments
hi, I'm using mimemail module in Drupal to send e-mails with attachments. The e-mails are correctly sent, but the attachments not. This is the code I use (I've just enabled the module): $sender = '[email protected]'; $recipient = '[email protected]'; $subject = 'New order'; $body = 'Please, see the attachment.'; $plaintext = TRUE; $...