|
From: shane <sh...@lo...> - 2006-03-19 21:04:08
|
Slash uses standard perl modules (ie Mail::Sendmail ) to do it's emailing. So readup on it http://search.cpan.org/~mivkovic/Mail-Sendmail-0.79/ Sendmail.pm and then you can probably look at the sub sendEmail code w/in slash and figure out how to make it do what you require it to do: http://cvs.sourceforge.net/viewcvs.py/slashcode/slash/Slash/Utility/ System/System.pm?rev=1.34&view=auto Shane On Mar 16, 2006, at 7:48 AM, Daniel Fishman wrote: > I'm running 2.2.6 (upgrading soon I SWEAR) but I need to start > using an > external mail server, which will only allow me to send through it if I > do SMTP auth, which means I need a place to send username/password. > Anyone done this yet? > > Thanks, > > Dan > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the > live webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Slashcode-general mailing list > Sla...@li... > https://lists.sourceforge.net/lists/listinfo/slashcode-general |