Re: [Bulk] Re: Email authentication
gnugy <[email protected]>
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
Eric Minick wrote: > One option would be to install your own SMTP server on the Anthill > machine. I use Apache James for test purposes and it's great. It's > very light-weight and you can probably have it installed and serving > mail in under an hour. > > gnugy wrote: > >> Hi, I'm trying to integrate anthill into another program and am >> having problems getting the result email from a build send >> correctly. I don't have access to my SMTP mail server and so am >> trying to use someone elses. Problem is all of the servers that I've >> found require authentication in order to send the email. I'm >> wondering if there's someway built into anthill to provide the >> authentication, or if not if anyone else has figured out how. >> Thanks, Philip. >> _______________________________________________ >> Anthill mailing list >> Anthill-IWHQxnLZ/[email protected] >> http://lists.urbancode.com/mailman/listinfo/anthill > > > > _______________________________________________ > Anthill mailing list > Anthill-IWHQxnLZ/[email protected] > http://lists.urbancode.com/mailman/listinfo/anthill > Thanks, Eric, that worked beautifully, the server worked for me locally right out of the box, and for my purposes this was all I needed. Thanks again, Philip.