This only works if I want to use another smart host. I want to alternatively use MX to process the send. Thank you for your reply.
I have found this article which helps further understand the processing of external email of 2010. I haven't found the equivalent article for 2013.
https://technet.microsoft.com/en-us/library/bb232045.aspx
When a message is sent to an external recipient, Exchange 2010 will always select a single connector through which to send the message. The selected connector must meet the message size constraints. After Exchange 2010 has eliminated all connectors whose
message size restrictions are less than the size of the message being routed, routing applies the following criteria to determine which connector it will select:
-
From the list of all the connectors configured in the Exchange organization, Exchange narrows the list to connectors that satisfy all the following criteria:
-
From the resulting list, Exchange selects the connector with the most specific address space match.
If more than one connector meets the address space match criteria, Exchange 2010 routing evaluates the following criteria to select a connector:
-
Connector cost The cost of the connector is the sum of the cost assigned to all the IP site links between the source Active Directory site and the Active Directory site that contains the source servers for the connector,
and the cost assigned to the connector. The connector with the lowest aggregate cost is selected. If more than one connector has the same cost, the selection process continues to the next step.
-
Proximity The source server that has the closest proximity to the routing server is selected. This means that the local server is chosen over another Hub Transport server in the same Active Directory site, and a server in
the local Active Directory site is chosen over a source server in a remote Active Directory site. If more than one connector matches the criteria, the selection process continues to the next step.
-
Alphanumerically lower connector name If more than one routing path has the same cost and proximity, the connector with the name that has the lowest alphanumeric value is selected.
I am looking for an out of the box native way to complete this. I have seen people say they create a script that triggers a change to the send connector based on an event such as device response or such. I have also seen a response regarding using MX records
in a way to provide this. I haven't been able to wrap my head around the use of the MX records yet.
Still looking for any other options that may be out there.