You could use CDONTS.NewMail for simple SMTP functionality. CDONTS is included with Win2k server and uses the build-in virtual SMTP server of win2k. See MSDN for more information. For pop3 it is quite easy to write your own component. As you use ASP i guess you can program in VB too. See www.vbip.com (at the bottom of the page) for introduction to and samples for a pop3 component.
Good luck. Boechie. ----- Original Message ----- From: "Javier Navarro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 28, 2003 8:39 PM Subject: [xmail] Re: OT: ASP Webmail or POP3/SMTP component > > > What I've seen (http://www.dimac.net/) about JMail last version (w3 Jmail= > v4.3) is that there are 3 Editions: Free, Standard and Professional. And= > the free one doesn't include POP3 functionality. > > Javier > > > *************** Mensaje original *************** > > El d=EDa 28/1/03 a las 13:31 Troy Rodriguez escribi=F3: > > >Jmail 3 Personal Edition has the functionality that you want and it is > >used in Xmail WAI from www.altair2000.net. Might want to check with > >Michal Valasek he could probably lead you in the right direction. Also I > >hear he is making one in ASP.NET yet I don't know anything else about it > >yet. > > > >-----Original Message----- > >From: Javier Navarro [mailto:[EMAIL PROTECTED]]=3D20 > >Sent: Tuesday, January 28, 2003 1:17 PM > >To: [EMAIL PROTECTED] > >Subject: [xmail] Re: OT: ASP Webmail or POP3/SMTP component > > > > > > > > > > Softartisans' Smtpmailfree has some limitations, like a promotional=3D3D > >footer appended to all messages sent. > > > > About PerlScript, we have no experience in Perl, so that solution > >would=3D3D take new problems :-) > > > > Javier > > > > > > > >>Hello Javier, > >> > >>Tuesday, January 28, 2003 you wrote: > >>JN> I've seen it but "w3 JMail Free" doesn't include POP3=3D20 > >>JN> functionality=3D3D > > :-( > >> > >>Oh sorry, I thought they had one. > >> > >>Well, you could switch to .net then and use pop3 and smtp= > components=3D20 > >>from http://www.softartisans.com/softartisans/pop3.html - > >> http://www.softartisans.com/softartisans/smtpmailfree.html > >> says they're free anyway - > >> > >>Or you could use PerlScript in ASP and a Perl POP and SMTP component= > -=3D20 > >>that would be free and works very nicely. use Mail::POP3Client; > >>use Mail::SendMail; > >> > >> > >>Terry Fritts > >>Smart Business Solutions, Inc. > > > > > >- > >To unsubscribe from this list: send the line "unsubscribe xmail" in the > >body of a message to [EMAIL PROTECTED] For general help: send the > >line "help" in the body of a message to [EMAIL PROTECTED] > > > >- > >To unsubscribe from this list: send the line "unsubscribe xmail" in > >the body of a message to [EMAIL PROTECTED] > >For general help: send the line "help" in the body of a message to > >[EMAIL PROTECTED] > > > *********** Fin del mensaje original *********** > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
