Not necessarily.
What I mean is that you have to be careful that de default route does not use the e0M interface because it only operates at 100Mbps. So make sure that the default route is not in the range of the e0M interface.
If your SMTP server is in another IP range than the e0M interface, than you can check which route/interface is used by checking the routing table (command = route -s).
I usually disable the e0M interface and create an extra VLAN one of the 1Gbps interfaces just to make sure that in no circumstance the e0M interface is used for production network traffic.
//Rein.