[Seaside] How to email

Patrick Collison patrick at collison.ie
Mon Aug 6 13:58:39 UTC 2007


On 06/08/07, Ching de la Serna <ching.dls at gmail.com> wrote:
> Looking over the debug window, I noticed that hostIP and hostAddress had nil
> values. Obviously, MailSender is unable to access these variables from the
> smtpServer. I had set the values on the two SMTP Servers that I tested
> (Argosoft and Mercury). Nothing seems to work. Can anyone help?

The smtpServer variable should store the address of the server (or a
DNS name that resolves to it), not the name of the MTA software you're
using. Try using 127.0.0.1 instead.

> On 8/6/07, Ching de la Serna <ching.dls at gmail.com> wrote:
> > 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
>
> > > >
> > >
> > >
> >
> >
>
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the Seaside mailing list