How Composer Sends Emails from Salesforce
Sending Emails with a Composer Button
The use cases below describe how emails are sent from Salesforce when using a Composer button.
Sending Emails with Conga Trigger and Batch
Conga uses the Salesforce Mass Email API (sendEmail(MassEmailMessage emails[])) when sending emails via Conga Trigger and Conga Batch.
For more information on the Salesforce Mass Email API, see sendEmail().
Sending Emails with SendGrid Enabled
If you have SendGrid enabled for your Salesforce org, all Conga emails will be routed through SendGrid services and bypass the Salesforce email functionality. Emails will not be counted against your daily Salesforce limit. For more information, see SendGrid Integration Parameters for more information.