Hi all -- I'm trying to make an e-mail client. Thanks to Rainer, and others on this list, I've got a better sense of authentication. Some servers require authentication, others do not. I guess this is something often dealt with as a user setting--when setting up an e-mail program, the user enters whether or not the server requires authentication.
Is there any way around this? Is there a way to code that says, essentially, 'if the server requires authentication then AuthenticationType:=atLogin else AuthenticationType:=atNone'? Thanks, in advance -- Al _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

