The IsAmazonSES function is missing from class.phpmailer.php in both 1.4 and 1.5. In 1.3, it’s this:
/**
* Sets Mailer to send message using Amazon Simple Email Service(SES).
* @return void
*/
public function IsAmazonSES() {
$this->Mailer = 'amazonses';
}