Mail server in Squeak

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

Mail server in Squeak

Aditya Siram

Hi all,
Is there an SMTP server in Squeak?

Deech
_________________________________________________________________
E-mail for the greater good. Join the i’m Initiative from Microsoft.
http://im.live.com/Messenger/IM/Join/Default.aspx?source=EML_WL_ GreaterGood_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
cbc
Reply | Threaded
Open this post in threaded view
|

Re: Mail server in Squeak

cbc
On 5/28/08, Aditya Siram <[hidden email]> wrote:
Is there an SMTP server in Squeak?
 
Yes, at
 
From the description there:
 
"The goal behind this is to give Seaside applications the possibility to accept emails as input. It only works in delivery mode, no relaying, no gatewaying whatsoever. This means it only accepts mails, you can not use it to send mails. So this is not a fully featured SMTP server that can replace sendmail."

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

Re: Mail server in Squeak

Aaron Broad
In reply to this post by Aditya Siram
Are you just wanting to send e-mails.  I found this post helpful:

http://blog.saush.com/?p=199

note: google says the page may contain malicious software, but i don't  
think it does.. least i'm not too scared on my mac

On 28-May-08, at 12:06 PM, Aditya Siram wrote:

>
> Hi all,
> Is there an SMTP server in Squeak?
>
> Deech
> _________________________________________________________________
> E-mail for the greater good. Join the i’m Initiative from Microsoft.
> http://im.live.com/Messenger/IM/Join/Default.aspx?source=EML_WL_ 
> GreaterGood_______________________________________________
> Beginners mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/beginners

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

Re: Mail server in Squeak

Göran Krampe
In reply to this post by cbc
Hi!

> On 5/28/08, Aditya Siram <[hidden email]> wrote:
>>
>> Is there an SMTP server in Squeak?
>
>
> Yes, at
> http://www.squeaksource.com/smtpserver/
>
>>From the description there:
>
> "The goal behind this is to give Seaside applications the possibility to
> accept emails as input. It only works in delivery mode, no relaying, no
> gatewaying whatsoever. This means it only accepts mails, you can not use
> it
> to send mails. So this is not a fully featured SMTP server that can
> replace
> sendmail."

For sending email - you got SMTPClient built in. We use it extensively in
Gjallar. Trivial stuff.

For receiving email - yes, you could use the above - or just pop regularly
like we do using POP3.

regards, Göran

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners