The mail action is still the best way to do this. The SMTP port and IP address of your mail server is defined in your server.ini configuration file of your WiTango server.
MAILPORT=587 MAILSERVER=[IP Address of server] (You will need to restart your WiTango server for the changes to take effect). Instead of sending a username & password for authentication to send mail, you can just allow the IP address of the WiTango server machine in your Mail server's list of allowed IP addresses to send mail instead of sending a username/password. Rick Sanders www.webenergy-sw.com -----Original Message----- From: ubslab [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 4:51 PM To: [email protected] Subject: Witango-Talk: Need assistance configuring/applying @EMAIL and @EMAILSESSION tags We specifically need to figure out how to use the @EMAIL and @EMAILSESSION tags in order to comply with our university's email security upgrades. We currently use the mail action, but we need to send account/password pairs to get through the new security. Does anyone have code samples on how to: 1) Define/create an email message 2) Open a session with account/password 3) Send the email through a SMTP (port 587, TLS optional) outgoing server 4) Close the session We found the code samples in the developer section, but it uses the mail action to send - close, but not quite what we need. We appreciate any help in this matter - Thanks! Steve Kiyono Online Services University Book Store - University of Washington Seattle, Washington ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
