pub const TEMPORARY_FAILURE: i32 = 75;
Temporary failure, indicating something that is not really an error. In sendmail, this means that a mailer (e.g.) could not create a connection, and the request should be reattempted later.
sendmail