Re: recipient validation with smtplib

2007-09-28 Thread Steve Holden
Robin Becker wrote: > Tim Williams wrote: >> On 28/09/2007, Robin Becker <[EMAIL PROTECTED]> wrote: >>> Is there a way to use smtplib to get recipient validation. I can use smtplib >>> quite happily to send emails using the locahost's sendmail, but sendmail is >>> just >>> fire and forget, so som

Re: recipient validation with smtplib

2007-09-28 Thread Tim Williams
On 28/09/2007, Robin Becker <[EMAIL PROTECTED]> wrote: > Tim Williams wrote: > > On 28/09/2007, Robin Becker <[EMAIL PROTECTED]> wrote: > >> Is there a way to use smtplib to get recipient validation. I can use > >> smtplib > >> quite happily to send emails using the locahost's sendmail, but sendma

Re: recipient validation with smtplib

2007-09-28 Thread Robin Becker
Tim Williams wrote: > On 28/09/2007, Robin Becker <[EMAIL PROTECTED]> wrote: >> Is there a way to use smtplib to get recipient validation. I can use smtplib >> quite happily to send emails using the locahost's sendmail, but sendmail is >> just >> fire and forget, so some bad addresses eg [EMAIL P

Re: recipient validation with smtplib

2007-09-28 Thread Tim Williams
On 28/09/2007, Robin Becker <[EMAIL PROTECTED]> wrote: > Is there a way to use smtplib to get recipient validation. I can use smtplib > quite happily to send emails using the locahost's sendmail, but sendmail is > just > fire and forget, so some bad addresses eg [EMAIL PROTECTED] don't cause any

recipient validation with smtplib

2007-09-28 Thread Robin Becker
Is there a way to use smtplib to get recipient validation. I can use smtplib quite happily to send emails using the locahost's sendmail, but sendmail is just fire and forget, so some bad addresses eg [EMAIL PROTECTED] don't cause any error in the sending application. I know some smtp setups d