Closed (fixed)
Project:
Simplenews
Version:
7.x-1.0
Component:
Usability
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 May 2013 at 13:51 UTC
Updated:
24 Jun 2013 at 07:51 UTC
If the newsletter node have a file field, is there any way to send mail without attachments?
I dont want to modify the simplenews module if it´s possible. This could work with hook_mail_alter() ??
Thanks in advanced.
Comments
Comment #1
Stevel commentedI haven't tried it, but the following should work:
On Structure -> Content Types -> Simplenews newsletter -> Manage display, enable the email_* display mode (whichever you are using). Then for that display mode, hide the file field. It should no longer be in the email.
Comment #2
jlballes commentedThanks! I had not thought.