Hello,
Thank you for posting in Microsoft Community forum.
For send connectors in Exchange servers, typically only one fully qualified domain name can be specified, which may cause issues when switching ISPs.
To ensure that email sending is not interrupted due to a malfunction of a particular ISP, we recommend that you try the following methods:
- Try switching manually. Set up two send connectors: create separate send connectors for each ISP, with each connector specifying a different FQDN and corresponding SMTP server. When a problem is detected with an ISP, manually disable the current send connector and enable the backup send connector.
- Attempt to create a script for automated switching. Write a PowerShell script to detect the current active ISP and automatically switch the FQDN of the sending connector. Use Task Scheduler: Configure the script to run periodically or trigger when a network switch is detected.
- Use load balancer devices or software that support SMTP to configure the FQNFNs of different ISPs. When an ISP is unavailable, the load balancer will automatically switch to a backup ISP.
The simplest implementation method is to automatically switch the FQDN through a script. Manual switching is suitable for small networks and temporary solutions, while load balancers are suitable for large enterprises and environments that require high availability. Choose a solution that suits your needs to ensure the continuity and reliability of email sending.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Regards,
Jill Zhou