I'm having issues with an aspx script. It is rejecting any submissions from people with gmail accounts.

Could this be because the smtp server it is trying to use doesn't exists or allow outgoing mail?

My smtp server (smtpout.secure server.net) requires authentication.

What can I do about this?

My script is below:
Code:
<%@ Page Language="vb" AutoEventWireup="true"
...