netusimcotudam
New Member
- Joined
- Feb 27, 2019
- Messages
- 4
Hi,
can anybody help me with task to check if email address is correct? I dont mean format, but if it bounces without sending an email.
There are online services to do that for some price so it is possible to do it somehow(they were correct for my company mail, personal mail, gmail etc.).
So far I tried it in python through smtp and rcpt commands, but that only works for gmail.
I would like to use those online services, but company policy does not allow to do so.
Please send help.
Thanks.
can anybody help me with task to check if email address is correct? I dont mean format, but if it bounces without sending an email.
There are online services to do that for some price so it is possible to do it somehow(they were correct for my company mail, personal mail, gmail etc.).
So far I tried it in python through smtp and rcpt commands, but that only works for gmail.
I would like to use those online services, but company policy does not allow to do so.
Please send help.
Thanks.