Nodes contain e-mail field in CCK and are listed in Views.
When I choose a few nodes, email with attachement is send only to first node in list. Other are without attachements.
Configuration:
Views Bulk Operations (VBO) 6.x-1.9
Views 6.x-2.8
Mime Mail 6.x-1.x-dev (2009-cz.-08) + Rules patch ( http://drupal.org/node/501722 )
Rules 6.x-1.1
Before I applay a path I used a PHP code in Rules with Mimemail function:
function mimemail($sender, $recipient, $subject, $body, $plaintext = NULL, $headers=array(), $text = NULL, $attachments = array(), $mailkey = '')
and it also sent attachement only to the first node in list.
Comments
Comment #1
wisniewski commentedFurther investigation:
It is not the matter of Rules or Views, when I execute a few function mimemail() one after another, only the first mail contain attachments.
my test:
Comment #2
wisniewski commentedProblem solved and path provided by folkertdv in
http://drupal.org/node/358439#comment-1426276