Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/Glossary/bulk_email_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ A bulk email service allows you to send email communications to large lists of m

Commonly, bulk email is used for newsletters or marketing email. If you have a list of customers or prospects, you can send them content relevant to their business or interest, from a single application. A bulk email service allows you to send to any list, regardless of its size. The frequency at which you send is entirely up to you, and should be based on what the recipients expect. Your engagement data, including spam reports, unsubscribes, and open and click rates, will tell you whether your message is hitting the mark.

SendGrid is a bulk email service for both [marketing email](https://sendgrid.com/email-marketing?mc=SendGrid%20Documentation) and [transactional email?mc=SendGrid%20Documentation](https://sendgrid.com/transactional-email) (single emails triggered by actions within your application). SendGrid's [bulk transactional email pricing](https://sendgrid.com/transactional-email/pricing?mc=SendGrid%20Documentation) and [bulk email marketing pricing](https://sendgrid.com/email-marketing/pricing?mc=SendGrid%20Documentation) are based on the volume of email you send, not the size of your list. SendGrid provides valuable insights across your entire email program:
SendGrid is a bulk email service for both [marketing email](https://sendgrid.com/email-marketing?mc=SendGrid%20Documentation) and [transactional email](https://sendgrid.com/transactional-email?mc=SendGrid%20Documentation) (single emails triggered by actions within your application). SendGrid's [bulk transactional email pricing](https://sendgrid.com/transactional-email/pricing?mc=SendGrid%20Documentation) and [bulk email marketing pricing](https://sendgrid.com/email-marketing/pricing?mc=SendGrid%20Documentation) are based on the volume of email you send, not the size of your list. SendGrid provides valuable insights across your entire email program:

* Deliverability rate to ensure your email is getting to the recipient's server
* Open and click tracking to measure engagement
* Webhook to notify your application of bounces, unsubscribes, and spam reports

The bulk email service can be enabled with minimal changes to your application. At the basic level, simply point your SMTP settings to our server and SendGrid will take care of the rest. You can also use our Web API or SMTP API to more deeply integrate into your system.

The marketing email service allows non-technical users to send bulk newsletters and other bulk emails using a drag-and-drop interface. List management and all aspects of the service are also available via the marketing service API, so developers can connect email to your company's workflow.
The marketing email service allows non-technical users to send bulk newsletters and other bulk emails using a drag-and-drop interface. List management and all aspects of the service are also available via the marketing service API, so developers can connect email to your company's workflow.