Email Set Up
My email server requires authentication such as the email address and password as well as the port (25) desired.  At least that is how it worked when I did an ASP email page.
How would I set this up in this Solution Pack?
  $WAGLOBAL_Email_Server = "webmail.mydomain.com" ;
example:
  $WAGLOBAL_Email_User = "mail@mydomain.com" ;
  $WAGLOBAL_Email_Password = "mypassword" ;
  $WAGLOBAL_Email_Port = "25" ;
Or do you already have a way to handle this?


