@@ -41,7 +41,7 @@ Creates a new instance of the MailboxValidator object with the API key.
4141
4242Performs email validation on the supplied email address.
4343
44- ## Return Fields
44+ ### Return Fields
4545
4646| Field Name | Description |
4747| -----------| ------------|
@@ -70,7 +70,7 @@ Performs email validation on the supplied email address.
7070
7171Check if the supplied email address is from a disposable email provider.
7272
73- ## Return Fields
73+ ### Return Fields
7474
7575| Field Name | Description |
7676| -----------| ------------|
@@ -84,7 +84,7 @@ Check if the supplied email address is from a disposable email provider.
8484
8585Check if the supplied email address is from a free email provider.
8686
87- ## Return Fields
87+ ### Return Fields
8888
8989| Field Name | Description |
9090| -----------| ------------|
@@ -94,8 +94,10 @@ Check if the supplied email address is from a free email provider.
9494| error_code | The error code if there is any error. See error table in the below section. |
9595| error_message | The error message if there is any error. See error table below. |
9696
97- Sample codes to validate email
98- ===========================
97+ Sample Codes
98+ ============
99+
100+ ## Validate email
99101
100102``` php
101103<?php
@@ -138,8 +140,7 @@ else {
138140```
139141
140142
141- Sample codes to check if an email is from a disposable email provider
142- ==================================================================
143+ ## Check if an email is from a disposable email provider
143144
144145``` php
145146<?php
@@ -166,8 +167,7 @@ else {
166167?>
167168```
168169
169- Sample codes to check if an email is from a free email provider
170- ============================================================
170+ ## Check if an email is from a free email provider
171171
172172``` php
173173<?php
0 commit comments