Hello,
   I have this problem when tring to validate and send a email thru a web
page
using asp, for example:
                Set Mailer = Server.CreateObject("SMTPsvg.Mailer")
                Mailer.FromAddress = Application("SalesEaddress")
                Mailer.RemoteHost = Application("ServerWebaddress")
                Mailer.AddRecipient "New Account", "[EMAIL PROTECTED]"
                Mailer.Subject = Application("EMailTestSubject")
                Mailer.BodyText = "To verify your email address"
                if Mailer.SendMail then
                        EmailCk = "YES"
                        Response.Redirect
                else
                        EmailCk = "emailch.asp?EMAIL=no&test=2"
                        Response.Redirect(EmailCk)
                end if
I am noticing that since we upgraded to Imail 7.0 that the email address are
not being validated
and the email does not get sent and the user get that they are not entering
a valid email address. This is a serious problem.
Here is what the Imail log entry looks like when sending this message above.

HELO ourserver
20020609 095245 127.0.0.1       SMTPD (26E0014C) [serverip] MAIL
FROM:<[EMAIL PROTECTED]>
20020609 095246 127.0.0.1       SMTPD (26E0014C) [serverip] RCPT
TO:<[EMAIL PROTECTED]>
20020609 095246 127.0.0.1       SMTPD (26E0014C) [serverip] ERR cust-186
invalid user <[EMAIL PROTECTED]>

Now this tampabay.rr.com is my email address also, how di I solve this
problem without
affecting the security of the imail server.
again IMAIL version 7.07

DAvid



Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Please visit the Knowledge Base for answers to frequently asked
questions:  http://www.ipswitch.com/support/IMail/

Reply via email to