E-mail sender

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

E-mail sender

dtrussardi@tiscali.it
Hi All,
 
i use Squeak and Seaside.
 
I create and send e-mail with:
 
    html anchor attributeAt: 'href' put:'mailto:[hidden email]'
 
Now i'm interesting to create and send e-mail directly from code.
 
Any pointers would be greatly appreciated!

Thanks!

    Dario
 
 

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: E-mail sender

Lukas Renggli
> Now i'm interesting to create and send e-mail directly from code.

Have a look at SMTPClient>>#deliverMailFrom:to:text:usingServer:

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: E-mail sender

Peter Osburg-2
In reply to this post by dtrussardi@tiscali.it
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Hi Dario,

Maybe you want to take a look at this:
http://peter-osburg.ehstpro.de/2008/11/25/sending-emails-with-seaside/

Regards,
Peter

Dario Trussardi schrieb:
> Hi All,
>
> i use Squeak and Seaside.
>
> I create and send e-mail with:
>
> html anchor attributeAt: 'href' put:'[hidden email]'
>
> Now i'm interesting to create and send e-mail directly from code.
>
> Any pointers would be greatly appreciated!
>
> Thanks! Dario
>
>
>
> ----------------------------------------------------------------------
>
>
> _______________________________________________ seaside mailing
> list [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iEYEARECAAYFAkksexYACgkQ0qdvZsCNFKGhQgCgkAZgmzNLmZmTxP7Q5q4W/ZN0
ABAAoISYDYCOBzQz4daae+YqLZ8EFU37
=k8XY
-----END PGP SIGNATURE-----


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: E-mail sender

keith1y
Peter Osburg wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>  
> Hi Dario,
>
> Maybe you want to take a look at this:
> http://peter-osburg.ehstpro.de/2008/11/25/sending-emails-with-seaside/
>
> Regards,
> Peter
You might be interested in this little utility...

Installer mantis ensureFix: 7199. "http://bugs.squeak.org/view.php?id=7199"
Installer lukas project: 'pieraddons'; 'Pier-EmailSender'.

Keith
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside