From: Jonathan S. <jn...@ge...> - 2004-11-29 12:12:14
|
On Mon, 2004-11-15 at 20:54, Todd Greene wrote: > I just downloaded TFMail middle of last week, got it > set up, and was using it (nice piece of work!), and > then I happened to plug in a non-local email address > (for an email field on my form, pretending to be a > customer visiting the site) and BANG! TFMail > failed because my SMTP server requires SMTP > authentication (I was using SMTP, since Im not on > Unix and dont have sendmail). So I spent the next few > hours learning about SMTP protocol and adding some > code to the TFMail script to get it to perform the > SMTP AUTH for me. > > My point to writing is that apparently the current > version of TFMail does not handle SMTP AUTH (unless > I'm seriously missing something), and it certainly > seems like it should. (Im also curious about why you > used IO::Socket stuff instead of just using the > Net::SMTP module.) Anyway, since Ive actually already > written a part of the code (for the moment since I'm > on a time crunch for this project I'm working on I > only coded the particular SMTP AUTH method that my > SMTP server is using), and since you mention that > "Feature requests which include an offer to actually > do the work are also appreciated," I'm here for you. > Let me know what I need to do. > We don't use Net::SMTP because it is not a Core module in all of the versions that we are targetting (We aim to support all versions from 5.00404 onwards). We would be delighted to see a patch that implements SMTP AUTH at all as it is something that we have been asked for before. Ideally a patch should include the appropriate updates to the documentation and be made against the latest CVS sources. If you are not in a position to provide a 'diff' format patch of the changes then please send us the altered code so we can hand apply the changes. Thanks for your offer of help. > Regards, > Todd Greene > > > > __________________________________ > Do you Yahoo!? > Meet the all-new My Yahoo! - Try it today! > http://my.yahoo.com > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Nms-cgi-devel mailing list > Nms...@li... > https://lists.sourceforge.net/lists/listinfo/nms-cgi-devel -- This e-mail is sponsored by http://www.integration-house.com/ |