I am new to drupal .. can anyone here tell me how to implement mimemail function to send an email with attachments...
I really need this done ..
Is there some documentation available on this..
Please help..reply what ever u know .. any help wld be great

Comments

sgabe’s picture

Title: please Help » How to implement mimemail function to send file attachments
Category: bug » task
Priority: Critical » Normal

Simply in your mimemail() function call you have to specify an $attachments array which looks like this:

Array
    (
      [0] => Array
        (
          [filepath] => '/path/to/file.name'
          [filemime] => 'mime/type'
        )
    )

Maybe this issue could be included with #614782: Update README.txt and additional documentation to update the README.txt with more information.

sgabe’s picture

Status: Active » Closed (duplicate)