mimemail

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; $...

E-mail doesn't arrive! HELP

hi, I'm having an issue with sending an order e-mail from Drupal (Ubercart). I actually don't think the issue is in Drupal, because the e-mail is sent correctly to my e-mail address, but it doesn't arrive to the company e-mail address. What I've done so far to understand what's th issue: I received an e-mail from Drupal on my addres...