Hello
I have a problem with one application, the application send emails to notify the users of some events that occur. The application works just fine when the user it's connected by wire, but when it's wireless the emails can't be sent.

I did a little research and i found out that the server just allow to send email messages from the users authenticated, the wireless LAN doesn't authenticate the users...

So how can i set the credentials/authenticate myself in the server when I'm connected by wireless, to be able to send emails?

Thanks