Email Validator

ÜCRETSİZ PREMIUM
Taraf André Filipe | Güncelleyen 13 дней назад | Email
Popülerlik

9.6 / 10

Gecikme

4,319ms

Hizmet Düzeyi

97%

Health Check

65%

Tüm Tartışmalara Dön

Regarding Email integration

Rapid account: Apnathikaana
apnathikaana
vor 4 Jahren

Hi,

I want to integrate Email functionality in my application, just want to check how much it is useful, in below scenario:

-> User Registration
-> For confirmation mail, reminder mail to individuals

Regards,

Rapid account: MAS Nathan
MASNathan Commented vor 4 Jahren

Hi,

This API is useful only for email validation. Sending emails is out of the scope of this API.

PS: Sorry for the late reply, it seems that I don’t get a reply notification

Rapid account: Apnathikaana
apnathikaana Commented vor 4 Jahren

Also, it is used for only Email Validation or I can send the mail as well if you have some steps/doc ?

Rapid account: Apnathikaana
apnathikaana Commented vor 4 Jahren

Thanks Nathan,

But if I want to send my custom mail to the user, is it useful, and how can I implement it?

Rapid account: MAS Nathan
MASNathan Commented vor 4 Jahren

Hi,

In this scenario, this API can be useful in the user registration step. How?

  • It will validate if the email is correctly formatted (this can complement any validation that you’ll perform on your side).
  • It will help identify mistypes in the email (e.g.: some.mail@gmaiil.com) because it checks for MX records, and if there are no records, the address is probably not correct

Since you have a confirmation step (and you should), there is no need to ask the SMTP server if the account exists (this funcionallity is available only for MEGA subscription) but to avoid one-of registration accounts using temporary/disposable email accounts this API can help you, because that’s one of the validations that we do

Here is an example response:

{
    "email": "mail@domain.com",
    "valid": true, // Email correctly formatted
    "disposable": true, // Belongs to a disposable email service
    "mx_records": true, // Has MX records, migth have emails associated with it
    "exists": null // SMTP check, available for MEGA subscription using the async reports
}

Hope that can help you decide,

Best Regards

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun