| View previous topic :: View next topic |
| Author |
Message |
Carl Guest
|
Posted: Mon Apr 19, 2004 2:54 am Post subject: How I can test the email address before send to it using Tid |
|
|
I writed my own smtp with indy 9.00.14 and D7
This work fine but I want test the email address before send it because my
program say me that send ok and 250 code but really the Antivirus want send
the email this report error for example with emails to
[email]badbadbadsfsdfd (AT) yahoo (DOT) com[/email]
and I not receive any errors if I send to [email]badbadbadbad (AT) ciudad (DOT) com.ar[/email]
I want not stop the antivirus for send email
Thank you in advance
Carl
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Apr 19, 2004 3:17 am Post subject: Re: How I can test the email address before send to it using |
|
|
"Carl" <pleasenospam (AT) ciudad (DOT) com.ar> wrote
| Quote: | This work fine but I want test the email address before send it
|
Test it how exactly? Please clearify.
| Quote: | my program say me that send ok and 250 code but really
the Antivirus
snip |
What antivirus? On your local machine, the remote server, or the remote
receiver? Please provide more details.
Gambit
|
|
| Back to top |
|
 |
Carl Guest
|
Posted: Mon Apr 19, 2004 3:44 am Post subject: Re: How I can test the email address before send to it using |
|
|
Hi Gambit, Thank you for your speed
| Quote: | This work fine but I want test the email address before send it
Test it how exactly? Please clearify.
|
I need know if the email address are a valid email addreess on that server
I have this problems with emails to [email]dfregrgrgrgr (AT) yahoo (DOT) com[/email] (error code 554
if I stop the antivirus, 250 if I not stop the antivirus) and
[email]dfgergtgtrgtr (AT) ciudad (DOT) com.ar[/email] ( I get 250 all the time)
whit others server I can get the error code 550 and I can know that I have a
bad email address to send
What antivirus? Norton antivirus 2002
On my local machine
Thank you
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Apr 19, 2004 5:36 am Post subject: Re: How I can test the email address before send to it using |
|
|
"Carl" <pleasenospam (AT) ciudad (DOT) com.ar> wrote
| Quote: | I need know if the email address are a valid email addreess on that server
|
The only way to do that is to actually connect to the end user's SMTP server
directly (not your own) and issue a VRFY command to see if the user is
recognized or not.
Gambit
|
|
| Back to top |
|
 |
|