Skip to content

Check if an email address exists through SMTP request (no mail sent). Requires port 25 of the server running node-red to be open.

Notifications You must be signed in to change notification settings

benoitlavorata/node-red-contrib-mail-verify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-mail-verify

Check if email exists using STMP port 25.

IMPORTANT The port 25 MUST be open/authorized on the host server, otherwise the requests will show as timeout.

Input

Provide the email address in msg.payload Provide the sender email (used to query) in msg.sender : some email sever require this address to be valid.

Output

The output will return a status MAY_EXIST, INVALID_SYNTAX, NOT_FOUND or ERROR: ...

About

Check if an email address exists through SMTP request (no mail sent). Requires port 25 of the server running node-red to be open.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published