[Seaside] How to email

Ching de la Serna ching.dls at gmail.com
Sun Aug 5 23:26:14 UTC 2007


When I tried evaluating this from a workspace

MailSender setSmtpServer.
SeasidePlatformSupport deliverMailFrom: '<fromEmail>'
to: #('<toEmail>')
text: 'Subject: Hello from SeasidePlatformSupport!
Sending from SeasidePlatformSupport'.

I got an error message: 'Could not resolve the server named: mercury.exe'

On 8/5/07, Ching de la Serna <ching.dls at gmail.com> wrote:
>
> Thanks Patrick
>
> On 8/5/07, Patrick Collison <patrick at collison.ie> wrote:
> >
> > On 05/08/07, Ching de la Serna <ching.dls at gmail.com> wrote:
> > > I have a linux proxy server and a windowsXP where I have the Seaside
> > Squeak
> > > VM. Where should I have the mail server, on the proxy or on the
> > windows
> > > machine?
> >
> > You probably don't want to run an SMTP server within Squeak itself.
> > You could run one on either the Windows machine or on the Linux box,
> > but it's likely to be easier to set up on the Linux machine (there's a
> > good chance that it comes preinstalled).
> >
> > > On 8/5/07, Ramon Leon <ramon.leon at allresnet.com> wrote:
> > > > >
> > > > > Hi Ramon,
> > > > >
> > > > > What SMTP server(s) do you use or recommend? Searching the
> > > > > SqueakMap turns up nothing on 'smtp'.  Thanks.
> > > > >
> > > > > Ching
> > > >
> > > > Your hosting environment should have a mail server you're allowed to
> > use.
> > > I
> > > > run my own using the built in server in windows, in linux you'd
> > likely use
> > > > postfix or sendmail which would likely be provided by your host.
> > > >
> > > > _______________________________________________
> > > > Seaside mailing list
> > > > Seaside at lists.squeakfoundation.org
> > > >
> > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> > > >
> > >
> > >
> > > _______________________________________________
> > > Seaside mailing list
> > > Seaside at lists.squeakfoundation.org
> > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> > >
> > >
> > _______________________________________________
> > Seaside mailing list
> > Seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20070806/2eb040f3/attachment.htm


More information about the Seaside mailing list