You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/engage/campaigns/email-campaigns.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Follow these steps to create an email campaign:
43
43
2. From the **Select a Step** window, click **Send an email**.
44
44
3. In the **Send Email** window, select **Build a new email** or [Use a template](/docs/engage/content/email/template/) to choose an existing email template.
45
45
4. Build or edit your design, then click **Save Email**.
46
-
5. Fill out all **Send Email** fields relevant to your campaign, select the [subscription states or groups](/docs/engage/user-subscriptions/subscription-groups/) that you want to receive your email, then click **Save**.
46
+
5. Fill out all **Send Email** fields relevant to your campaign, select the [subscription states or groups](/docs/engage/user-subscriptions/subscription-groups/) that you want to receive your email, (optionally) [select an IP pool](#working-with-ip-pools), then click **Save**.
47
47
48
48
Some email campaign fields, like **Sender email** and **Subject**, are required. The Send Email window indicates required fields with an asterisk. Refer to the [email campaign fields](/docs/engage/campaigns/email-campaigns/#email-campaign-fields) table for a full description of available email fields.
49
49
@@ -104,6 +104,20 @@ The following table contains descriptions of all available fields in the Journey
104
104
| Body * | The email’s content. Select Build Email Content to create a new campaign, or Use a template to choose an existing template. |
105
105
| Which subscription states should receive this message? | The [subscription state](/docs/engage/user-subscriptions/#the-four-subscription-states) that Engage will send email campaigns to. Defaults to `subscribed` users only. Select **All subscription states including unsubscribed** to send emails to all users regardless of subscription state. |
106
106
107
+
## Working with IP pools
108
+
109
+
When you create an email, you have the option to select an IP pool. An IP pool is a group of IP addresses available to you in SendGrid. You can create and view your IP pools in your Engage-linked SendGrid subuser account by navigating to **Settings > IP Addresses > IP Pools**.
110
+
111
+
Your sending reputation is based on a combination of your domain and the IP address you use to send emails. Emails that end up in your recipients' spam folders could harm your sending reputation. As a result, you may want to keep your marketing and transactional emails on different IP addresses.
112
+
113
+
Keep the following in mind as you use IP pools:
114
+
115
+
- If you don't select an IP pool, Segment will choose one of your SendGrid IP addresses at random.
116
+
- If you select an IP pool during email setup but then delete the IP pool in SendGrid, emails will begin to fail after IP pool deletion.
117
+
- SendGrid sometimes assigns the same IP address to multiple IP pools. If you want to use different IP addresses for different Engage emails, verify within SendGrid that the pools have different IP addresses.
118
+
- You can change an IP pool for an email in a live journey by [editing the journey](/docs/engage/journeys/journeys-edits/), creating a new draft, changing the email's IP pool, then publishing the new journey version.
119
+
120
+
For more information, see [SendGrid's IP pools documentation](https://docs.sendgrid.com/ui/account-and-settings/ip-pools){:target="_blank"}.
0 commit comments