Sending E-Mail Programmatically

2005-12-08 Thread Adam

Hi All:

Is it possible to send e-mail from Rev programmatically, without needing 
to interact with the user's default mail client?


TVKIA,
Adam
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending E-Mail Programmatically

2005-12-08 Thread Andre Garzia


On Dec 8, 2005, at 2:00 PM, Adam wrote:


Hi All:

Is it possible to send e-mail from Rev programmatically, without  
needing to interact with the user's default mail client?


TVKIA,
Adam


Adam,

there are a couple libraries for that out in the wild. There's Shao  
Sean libSMTP and libMAIL which are wonderfull resources for dealing  
with emails. There's Altuits altEmailHarness and I created a Raw Smtp  
thing available on RevOnline under my user (soapdog).


Altuits library is the easiest one around. Shao Sean is the most  
powerfull. Mine is a very specific case where you want to send an  
email but don't want the user to fill in his configuration so my  
stack acts as a SMTP 'server', this works fine for all server that  
don't do a reverse checking, if they do or if they block relay mail,  
the mail will not work. So use my stack only in cases you control all  
your server environment.


Cheers
andre



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending E-Mail Programmatically

2005-12-08 Thread Sean Shao
there are a couple libraries for that out in the wild. There's Shao  Sean 
libSMTP and libMAIL which are wonderfull resources for dealing


Thank you for the kind words, but don't forget about Sarah Troz's SMTP 
library too..





Altuits library is the easiest one around.


Correct me if I'm wrong, but I do believe it requires libSmtp to be loaded 
as well..


_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Sending E-Mail Programmatically

2005-12-08 Thread Chipp Walters

Yes, you are correct! And thank-you Sean for such a great library.

All our stack does is 'abstract' it to a subset of it's functionality to 
be able to send 'only' text messages (no enclosures). It makes it very 
easy, but is *less* functional than your original libraries.


best,

Chipp

Sean Shao wrote:

Correct me if I'm wrong, but I do believe it requires libSmtp to be 
loaded as well..


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution