[SOLVED] Easyform CSV file ( in mailer )

Is there a (sane) way to include a CSV file in EasyForm mailer, Plone 6 Classic. Alternatively: send it in another mail

Basically, my customer wants the same info as in the mail, but as CSV so they can import it 'in some other system'.

PS: I want to avoid saving the data in Plone if possible (save adapter)

There is an option in the mailer action config "Send CSV data attachment"

1 Like

Thanks a lot, I did not see that