I'm using Persits ASPEmail, which is working fine except when it tries
to send an email to an invalid email address. When this happens
(i.e. when somebody replies to a post, which initiates the email
notification feature), a big nasty error message page pops up:
Persits.MailSender.4 error '800a0006'
550 5.1.1 <inavalidemail@invalid.com> User unknown; rejecting
/forum/functions/functions_send_mail.asp, line 268
I'm wondering how to get rid of this error message - there's no
reason this error message needs to be displayed if the email is
invalid, I'd like it to just ignore the invalid email and continue on
its merry way.