devmehq / email-validator-js

Verify email address checking MX records, and SMTP connection, check for disposable email addresses and free email providers.
https://dev.me/products/email
MIT License
75 stars 21 forks source link

chore: update examples with correct param name for `emailAddress` #150

Closed pH-7 closed 1 year ago

pH-7 commented 1 year ago

The property for the email was mailbox, however, it has now been renamed to emailAddress. I've updated the examples to reflect to what the function takes as argument.

Screenshot 2023-09-26 at 4 10 50 pm

Thanks for your great work @meabed 🙂

meabed commented 1 year ago

Thank you so much 😊