I need to host my custom-built CRM on a Linux server, which sends large volumes of emails by connecting to a third-party email provider via SMTP. However, the provider limits daily traffic per IP, including the IP on the Linux server. To address this, I want to implement a VPN that automatically rotates the Linux server's IP where my emails are sent from frequently. |