You need to sign in to do that
Don't have an account?

Sending 5000 emails with pdf attachments to different contacts
I have a req saying email the attachments to all contacts whose preference is email (dropdown field)
we have 5000 different contacts must be emailed with their attachments every month
it is one contact having a child object CBR reports has attachment pdfs need to be emailed with one click. How is it possible.ours is enterprise editioon.
Creating a VF page collects contacts child records and their attachments to send email how?
Creating a javascript button that calls a batch class which sorts out all of these records and their emails sending the attachments?
Please let me know the best solution as it is a monthly recurring event by admin and share some code snippet which helps for this master detail attachment pdfs sending from contact.
This is not for marketing it is a monthly routine to email their pdfs from a database (it is national database for doctors everytime registers and updates info) from this database we need to import 5000 different customers,their 5000 different pdfs every month need to send an email once in a month.How to achieve this?