It really depends. Most users just direct their form towards a different server. Generally this can be done when users define the location of their host.
Ex:
CODE
var $Host = "my.smtphost.com";
var $SMTPAuth = true;
var $Username = "username";
var $Password = "password";
//EDIT
Just remembered what Bread told me: "Remote connections aren't permitted though".