For general Seaside questions, please post to the Seaside general discussion mailinglist.
Did you load the Seaside-Email-* packages? There are facilities in Seaside to help you generating an mail.
For examples, check out the Seaside-Tests-Email package.
In addition, Stephan’s suggestion to use ZdcSecureSMTPClient from Zinc-Zodiac seems a good suggestion as it’s probably an SSL/TLS connection that you need.
For that, you will need to manually replace the references to SMTPClient in GRPlatform to ZdcSecureSMTPClient
Hi,
I want to send an email using gmail smtp server from my seaside web application to any email id, for that in workspace I used below code,
password:='admin'.
client user: username; password: password; login; initiateSession.
data:
'Subject: Hello from SMTPClient!
Sending from SMTPClient!'.
client quit.
when I inspect getting this error: "Connection closed: Connection closed while waiting for data".
Can anyone please help on this?
Looking forward for your suggestions.
_______________________________________________
seaside-dev mailing list
[hidden email]http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside