Exception: Mailtrap::RejectionError

Inherits:
Error
  • Object
show all
Defined in:
lib/mailtrap/errors.rb

Overview

RejectionError is raised when server refuses to process the request. Use error message to debug the problem.

Some possible reasons:

* Account is banned
* Domain is not verified

Instance Attribute Summary

Attributes inherited from Error

#messages

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Mailtrap::Error