Brian, If you want to send e-mail through an SMTP Server, you should use SMTPSocket. The example in the Language Reference is sufficient to understand how to use it. When I first learned how to use SMTPSocket, I wrote a small test program using the example from the Language Reference. It works, all you have to do is fill in your e-mail account information (SMTP only), and you're good to go. You can find the test program source here:
http://opensource.the-meiers.org/examples/ Roger > From: Brian Heibert <[EMAIL PROTECTED]> > Reply-To: REALbasic NUG <[email protected]> > Date: Fri, 9 Feb 2007 20:59:45 -0500 > To: REALbasic NUG <[email protected]> > Subject: Sending a email > > I am building a text messaging application and how I want to send the > text message to the person is thru email. So I need to send a email > to the address specified in my to edit field > > I have a Cell Phone Edit Field (to Editfield) > Phone System Combobox with a list of phone services > Message edit field > and a Send button > > How can I send a email with all the data specified above > > I want my application to have it's own email sending system > and not use "mailto:" > > So I assume I need some kind of socket, are there any email examples > out there? > > Brian > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives: > <http://support.realsoftware.com/listarchives/lists.html> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
