<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2018-05-10 8:31 GMT-05:00 Brian via Lazarus <span dir="ltr"><<a href="mailto:lazarus@lists.lazarus-ide.org" target="_blank">lazarus@lists.lazarus-ide.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Does anybody have a working example of sending e-mail from a Lazarus<br>
program through their ISP's mail server (which requires SSL/TLS) that<br>
they'd be willing to share with me? I've been trying to follow<br>
Michael's writeup for using Synapse, I'm getting a timeout error from<br>
deep within the Synapse code, and I don't know whether it's something<br>
that I've screwed up or some kind of incompatibility with the mail<br>
server - my ISP, of course, will only tell me to use Outlook or<br>
similar. :( If I try to step through with the debugger, I get a socket<br>
error of 110. The version of Synapse I'm using is (I think) 40.1, at<br>
least it's the version downloaded via the online package manager.<br>
<br>
I'm using Lazarus 1.8.2 and FPC 3.0.4 as downloaded from SourceForge.<br>
<br>
Thanks.<br>
<span class="gmail-HOEnZb"><font color="#888888"><br>
-- </font></span><br></blockquote></div></div><div class="gmail_extra"><br></div><div class="gmail_extra">Hi Brian<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Try with the following:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="https://github.com/silvioprog/brookframework/tree/master/plugins/xmailer">https://github.com/silvioprog/brookframework/tree/master/plugins/xmailer</a></div><div class="gmail_extra"><br></div><div class="gmail_extra">It is a great plugin for send email developed by Silvio. I use it to sending emails from different hosts with SSL/TLS. It uses synapse (Look at demo folder). Don't forget check if email ports are open for you by your ISP. You just need smtp ports (25, 587) to sending emails.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Greetings</div><div class="gmail_extra">ACM<br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>