http://qs321.pair.com?node_id=198717


in reply to Using perl in mail server migration

This isn't a perl question at all. You should just set up sendmail to relay all mail from server A to server B.

Something like this should do the trick: define('SMART_HOST', 'smtp:my.server.here')

gav^