Closed (fixed)
Project:
Examples for Developers
Version:
7.x-1.x-dev
Component:
Email Example
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2013 at 19:32 UTC
Updated:
13 Apr 2013 at 17:35 UTC
I am not even sure, whether this is possible using drupal_mail function, but if it is,
it would be great if this module would have some living example how to send email with attachments.
Comments
Comment #1
mile23Pretty sure MIME Mail does that: http://drupal.org/project/mimemail
The README has some clues as to how to do it in code.
Comment #3
tomas.teicher commentedthank you,
so using just drupal_mail function doesn't allow to send attachments?