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

Stevel’s picture

Assigned: jlballes » Unassigned

I 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.

jlballes’s picture

Status: Active » Closed (fixed)

Thanks! I had not thought.