I want to send ~150 users a stock email. No data translation in this one, I just want to read a list and send the email. (also a attachment, with a file that matches mostly matches their email addy but one thing at at time).
Just be careful about sending large amounts of mails to a lot of external recipients, as it could trigger anti-spam mechanisms and, worst case, it could end up automatically blacklisting either your SMTP server or your domain.
If you’re sending out newsletters or similar, it might be better to pay for a dedicated service.
Next up I need to match file attachments to people names. So john.doe@someemal gets an attacment johh.doe.somestring.pdf. Likely some python, next weeks task! thanks again.
Back to this! I need to send attachments, I see how to do that in the emailer transformer attachments. But I need to send a specific file to each person with their name in the csv matching part of file name string so:
john doe gets form email with attachment john_doe_xxx.pdf
mary smith gets form email attachment mary_smith_xxx.pff