fixx
Well-Known Member
- Joined
- Feb 13, 2006
- Messages
- 278
Hi Everyone
I need to be able to verify a few email addresses to make sure they still exist. Now what I would like to do is run a script from command line, read an email address from a MySQL db and do a verification of that email address and then check if it passes.
Is there a way I can use exim's sender verification from command line like:
Or something to that extend?
I'm sure you guys get the picture. :wtf:
It doesn't have to be exim necessarily, any other command line tool will be great.
Thanks a mil...
I need to be able to verify a few email addresses to make sure they still exist. Now what I would like to do is run a script from command line, read an email address from a MySQL db and do a verification of that email address and then check if it passes.
Is there a way I can use exim's sender verification from command line like:
exim --verify_sender someone@somewhere.com
Or something to that extend?
I'm sure you guys get the picture. :wtf:
It doesn't have to be exim necessarily, any other command line tool will be great.
Thanks a mil...