Skip to content

Commit adfa27e

Browse files
Formatting
1 parent ded7304 commit adfa27e

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

README.rst

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -105,70 +105,70 @@ is_domain
105105

106106
Whether the email address has a valid MX record in its DNS entries.
107107

108-
Return values: True, False, -   (- means not applicable)
108+
Return values: True, False, - (- means not applicable)
109109

110110
is_smtp
111111
-------
112112

113113
Whether the mail servers specified in the MX records are responding to connections.
114114

115-
Return values: True, False, -   (- means not applicable)
115+
Return values: True, False, - (- means not applicable)
116116

117117
is_verified
118118
-----------
119119

120120
Whether the mail server confirms that the email address actually exist.
121121

122-
Return values: True, False, -   (- means not applicable)
122+
Return values: True, False, - (- means not applicable)
123123

124124
is_server_down
125125
--------------
126126

127127
Whether the mail server is currently down or unresponsive.
128128

129-
Return values: True, False, -   (- means not applicable)
129+
Return values: True, False, - (- means not applicable)
130130

131131
is_greylisted
132132
-------------
133133

134134
Whether the mail server employs greylisting where an email has to be sent a second time at a later time.
135135

136-
Return values: True, False, -   (- means not applicable)
136+
Return values: True, False, - (- means not applicable)
137137

138138
is_disposable
139139
-------------
140140

141141
Whether the email address is a temporary one from a disposable email provider.
142142

143-
Return values: True, False, -   (- means not applicable)
143+
Return values: True, False, - (- means not applicable)
144144

145145
is_suppressed
146146
-------------
147147

148148
Whether the email address is in our blacklist.
149149

150-
Return values: True, False, -   (- means not applicable)
150+
Return values: True, False, - (- means not applicable)
151151

152152
is_role
153153
-------
154154

155155
Whether the email address is a role-based email address like [email protected] or [email protected].
156156

157-
Return values: True, False, -   (- means not applicable)
157+
Return values: True, False, - (- means not applicable)
158158

159159
is_high_risk
160160
------------
161161

162162
Whether the email address contains high risk keywords.
163163

164-
Return values: True, False, -   (- means not applicable)
164+
Return values: True, False, - (- means not applicable)
165165

166166
is_catchall
167167
-----------
168168

169169
Whether the email address is a catch-all address.
170170

171-
Return values: True, False, Unknown, -   (- means not applicable)
171+
Return values: True, False, Unknown, - (- means not applicable)
172172

173173
mailboxvalidator_score
174174
----------------------
@@ -207,21 +207,21 @@ The error message if there is any error. See error table below.
207207
Errors
208208
======
209209

210-
+------------+---------------+
211-
| error_code | error_message |
212-
+============+===============+
213-
| 100 | Missing parameter. |
214-
+-----+--------------------+
215-
| 101 | API key not found. |
216-
+-----+--------------------+
217-
| 102 | API key disabled. |
218-
+-----+--------------------+
219-
| 103 | API key expired. |
220-
+-----+--------------------+
221-
| 104 | Insufficient credits. |
222-
+-----+--------------------+
223-
| 105 | Unknown error. |
224-
+-----+--------------------+
210+
+------------+-----------------------+
211+
| error_code | error_message |
212+
+============+=======================+
213+
| 100 | Missing parameter. |
214+
+------------+-----------------------+
215+
| 101 | API key not found. |
216+
+------------+-----------------------+
217+
| 102 | API key disabled. |
218+
+------------+-----------------------+
219+
| 103 | API key expired. |
220+
+------------+-----------------------+
221+
| 104 | Insufficient credits. |
222+
+------------+-----------------------+
223+
| 105 | Unknown error. |
224+
+------------+-----------------------+
225225

226226
Copyright
227227
=========

0 commit comments

Comments
 (0)