Should my origination IP and outbound IP be the same when sending email?

Summary

The general consensus is that your origination IP (where you initiate the email send) and your outbound IP (where the email is actually sent from) do not need to be the same, and in many cases, they are not. Experts and documentation emphasize that when using a dedicated Email Service Provider (ESP) like SendGrid, Amazon SES, SparkPost, GMass or Omnisend, the ESP manages the outbound IP reputation. Your application connects to the ESP from an origination IP, but the ESP's infrastructure handles the sending from its own IPs. The SMTP protocol itself supports distinct IPs. However, if you are running your own mail server at home or using PHP's mail() function directly, the origination and outbound IP will likely be the same, a setup discouraged for production environments due to deliverability concerns. Email providers primarily focus on the IP reputation of the outbound IP, and the SPF record should include your outbound IPs. Distinct mail streams from different IPs can also be advantageous.

Key findings

  • ESP Separation: When using a reputable ESP, the origination and outbound IPs are typically different.
  • Outbound Reputation: Email providers prioritize the reputation of the outbound IP address.
  • Dedicated IP Benefits: Using a dedicated IP address through an ESP offers improved control over sending reputation (though you should warm it up properly).
  • Self-Hosting Risks: Running your own mail server or using PHP's mail() function with the same origination and outbound IP is risky and not recommended for production.
  • SPF Importance: SPF records should include outbound IPs to authorize the sending mail servers.

Key considerations

  • Infrastructure Choice: Choose an email infrastructure (ESP or self-managed) that aligns with your technical capabilities and deliverability needs.
  • SPF Configuration: Configure SPF records correctly to authorize your outbound IPs and prevent deliverability issues.
  • Reputation Management: Actively manage your sending reputation, regardless of whether you're using an ESP or running your own server.
  • Deliverability Monitoring: Monitor email deliverability metrics (bounce rates, spam complaints) and adjust your strategy accordingly.
  • Mail Stream Segmentation: Consider segmenting your email streams (transactional, marketing) and potentially using different IPs for each to manage reputation and deliverability effectively.

What email marketers say
9Marketer opinions

When sending email, the origination IP (where you initiate the email sending process) and the outbound IP (the IP used to actually send the email) don't necessarily need to be the same, especially when using a dedicated Email Service Provider (ESP). ESPs like SendGrid, SparkPost, GMass, and Omnisend typically manage the outbound IP reputation. If running your own mail server at home or using the PHP mail() function directly, the origination and outbound IP may be the same, but this is not recommended for production due to deliverability issues. Email providers focus on the IP reputation of the outbound IP, not the origination IP. Dedicated IPs are recommended, and warming them up is crucial for sender reputation.

Key opinions

  • IP Separation: Using a dedicated ESP generally means your origination and outbound IPs will be different.
  • Reputation Focus: Email providers primarily consider the reputation of the outbound IP address for deliverability.
  • Dedicated IPs Benefit: Dedicated IPs improve deliverability rates through dedicated warm up of the IP address.
  • Home Server Risk: Running your own email server with the same origination and outbound IP is risky for deliverability.

Key considerations

  • ESP Choice: Consider using a reputable ESP to manage your outbound IP reputation and ensure better deliverability.
  • Infrastructure Setup: Understand your email infrastructure: are you managing your own server, or using a service that handles the outbound IP?
  • Deliverability Monitoring: Continuously monitor your email deliverability rates and reputation to identify and address any issues.
  • Warm-Up: If you have a dedicated IP address make sure you warm up your IP address to improve your email sending reputation.
Marketer view

Email marketer from SendGrid explains that with dedicated IPs, the outbound IP is typically managed by SendGrid. Your application connects to SendGrid from an origination IP, but SendGrid handles the sending from its own infrastructure using the dedicated IP you've configured.

April 2024 - SendGrid
Marketer view

Email marketer from Litmus explains that when using a third-party email service, your outbound IP reputation is managed by them. This is separate from your origination IP. They recommend regularly monitoring your deliverability.

October 2024 - Litmus
Marketer view

Email marketer from Email on Acid explains that the IP reputation of the outbound IP address is what email providers look at. The origination IP is not relevant. They suggest warming up dedicated IPs to protect sender reputation.

October 2024 - Email on Acid
Marketer view

Email marketer from Reddit answers if you're running your own mail server at home, your origination and outbound IP will likely be the same because your server is both initiating and sending the email. However, this setup is not recommended for production environments due to deliverability issues.

June 2023 - Reddit
Marketer view

Email marketer from Omnisend explains that your sending and origination email IP address can be different. When connecting to your email service provider you will have a different IP address that the sending server uses to deliver its email. They recommend using a dedicated IP for its customer to improve email outcomes.

May 2024 - Omnisend
Marketer view

Email marketer from SparkPost mentions that if you are using a dedicated IP for sending, SparkPost manages the outbound IP reputation. The origination IP is only used for connecting to their service, not for direct email sending.

November 2023 - SparkPost
Marketer view

Email marketer from StackOverflow answers when using the PHP mail() function directly, the origination and outbound IP might be the same if your web server is also configured to send emails directly. However, this is generally discouraged for production environments due to poor deliverability.

January 2023 - StackOverflow
Marketer view

Email marketer from GMass explains that the email origination and outbound IPs are typically different. In this case GMass provides IPs for its customers to use to send emails so that individual IP addresses don't get marked for poor email practices. This improves email deliverability rates.

January 2024 - GMass
Marketer view

Email marketer from Mailjet Blog explains that the origination and outbound IPs don't necessarily need to be the same, especially when using a dedicated email service provider (ESP). The origination IP might be where you initiate the email sending process, while the outbound IP is the one used by the ESP to actually send the email.

January 2023 - Mailjet Blog

What the experts say
4Expert opinions

Experts agree that the origination IP (the IP of the machine initiating the email) and the outbound IP (the IP sending the email to the recipient's mail server) don't have to be the same, and often aren't. This is especially true in cloud-based sending infrastructures where the cloud provider manages the outbound IPs and their reputation. Furthermore, using distinct mail streams from different IPs can be beneficial. If a sender is experiencing rate limiting despite consistent volume, it may indicate a decreased sending reputation.

Key opinions

  • IP Distinction: Origination and outbound IPs are often different, particularly with ESPs.
  • Cloud Infrastructure: Cloud providers typically handle outbound IPs and their reputation.
  • Mail Stream Benefit: Using distinct mail streams from different IPs can be advantageous.
  • Reputation Impact: Rate limiting despite constant volume can indicate reputation issues.

Key considerations

  • Infrastructure Type: Understand your email infrastructure (in-house vs. ESP) and how it handles outbound IPs.
  • Reputation Monitoring: Monitor your sending reputation and address any issues promptly.
  • Mail Stream Strategy: Consider separating mail streams for different email types (transactional, marketing) to manage reputation effectively.
  • Volume and Rate Limits: If facing rate limits, investigate your sending reputation and potential causes.
Expert view

Expert from Spam Resource explains that in a cloud-based sending infrastructure where multiple IPs are used for sending email, your origination IP would be that of your application server, while the outbound IP would be one of those used by the cloud provider. The cloud provider manages the sending reputation so the outbound IP being the same as the orginating is not required.

August 2022 - Spam Resource
Expert view

Expert from Email Geeks explains that originating IP and outbound IP don't have to be the same and often aren't. Originating IP is the IP of the machine that initiated the email, while outbound IP is the IP that actually sent the mail to the recipient’s MX.

January 2022 - Email Geeks
Expert view

Expert from Word to the Wise explains that it is beneficial to have distinct mail streams for different purposes (transactional, marketing, etc.) and these can originate from different IPs. Therefore, the origination and outbound IPs would not necessarily be the same.

October 2023 - Word to the Wise
Expert view

Expert from Email Geeks suggests that if RR.com is actively rate limiting and the volume hasn’t changed, it’s possible the sender's reputation has decreased, causing them to slow down the mail.

July 2023 - Email Geeks

What the documentation says
4Technical articles

Technical documentation indicates that the origination IP (where a client connects to a mail service) and the outbound IP (the IP used to send the email) are often distinct. Services like AWS SES manage outbound IPs. The SMTP protocol inherently separates these IPs. SPF records, which authorize sending mail servers, pertain to the outbound IP, not the origination IP. Conversely, when managing your own email server, the origination and outbound IP are typically the same, requiring careful DNS configuration for proper authentication and deliverability.

Key findings

  • SES Management: AWS SES handles outbound IPs, keeping them separate from the origination IP.
  • SMTP Protocol: The SMTP protocol intrinsically involves distinct origination and outbound IPs.
  • SPF Records: SPF records should include outbound IPs, but not origination IPs when using a third party provider.
  • Self-Managed Servers: On self-managed email servers, the origination and outbound IP are usually the same.

Key considerations

  • Infrastructure Choice: Your email infrastructure (ESP vs. self-managed server) dictates whether you directly manage outbound IPs.
  • SPF Configuration: Properly configure SPF records with the correct outbound IPs to authorize sending mail servers.
  • Authentication: When running your own mail server ensure you have proper DKIM and DMARC to improve email deliverability.
  • Deliverability Implications: Understanding IP roles is vital for diagnosing and resolving deliverability issues.
Technical article

Documentation from Microsoft explains that SPF records authorize sending mail servers. The outbound IP needs to be included in your SPF record, but your origination IP (where you connect to your ESP) doesn't.

August 2022 - Microsoft
Technical article

Documentation from Amazon Web Services explains that with Amazon Simple Email Service (SES), you don't manage outbound IPs directly. AWS SES uses a pool of IP addresses to send emails. Your origination IP (where you connect to SES) is separate from the outbound IPs used by SES.

September 2023 - Amazon Web Services
Technical article

Email marketer from Digital Ocean explains that when you run your own email server you will have an IP address associated with your server. This IP address is both your originating and sending IP. It recommends that you properly configure your DNS records such as SPF, DKIM and DMARC records in order to improve your reputation for sending email.

February 2022 - Digital Ocean
Technical article

Documentation from RFC Editor explains that the SMTP protocol involves a client connecting from an originating IP address to a mail server. The mail server then sends the email from its outbound IP. These IPs can be, and often are, different.

February 2025 - RFC Editor