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

Send email with attachments
Hi All,
My organization has a custom oject, proposals. Each proposal has multiple pdf files attached to it, which are listed in the notes and attachments related list. Whenever a salesforce user clicks on 'send email' button from the activity history, these attachments should automatically be attached in the send email visualforce page. The user should have an option to check or uncheck any of the attachments, i.e. he can send only the attachments that he would choose. Is there a way to achieve this using visualforce templates or should I create a custom visual force page for this and have the send email option as a custom button? I should retain the rich features of the standard email page of the salesforce. In either case, can you please help me with some example code on how this can be achieved.
Thanks,
There is no standard way to achieve this. However, you can create a custom page and controller to get this done. In controller you can write below code
If you want to send an Email with Attachment a native salesforce app MassMailer DOCS is perfect for you.
MassMailer DOCS let’s you send mass email attachments to your leads or contacts while securely storing your files with Rackspace Cloud Files.
You can try this app by installing from appexchange -Massmailer Docs
You can learn more details about the product on this website - docs.massmailer.io