Sandro Pazzi wrote:
> I Thomas,
> I've tested your sample. Here my code:

After reading your code quickly, I think the command
  $args['attachments'] = array(array('path' => $tempPath, ...));

should be
  $args['attachments'] = array(array('path' => $tmpfname, ...));

The 'path' argument expects the full path to the attachment file but with
$tempPath you only specify the directory.

~Thomas
_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to