<div dir="ltr">2013/3/24  <span dir="ltr"><<a href="mailto:reinierolislagers@gmail.com" target="_blank">reinierolislagers@gmail.com</a>></span><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div class="im">On 24-3-2013 15:19, Donald Ziesig wrote:<br>
> Hi All!<br>
><br>
> I am trying to implement a program that will send emails to (a subset<br>
> of) an application-specific roster.<br>
><br>
> I found numerous references to synapse so I downloaded the source which<br>
> includes a .lpk library (it is several years old).<br>
<br>
</div>Yep, seems about 3 years old:<br>
cd C:\Development\extras\synapse<br>
svn log laz_synapse.lpk | more<br>
r129 | geby | 2010-07-02 12:46:39 +0200 (vr, 02 jul 2010) | 3 lines<br>
<br>
- improved MACOS compatibility<br>
- workaround for some broken virtual serial ports<br>
- Added Lazarus package<br>
<div class="im"><br>
> Has anyone had success in using this library under Linux (x86-64)?<br>
<br>
</div>Yes. See e.g. fpctwit, which happily runs under Linux. Also, the fpcup<br>
Lazarus/fpc updater can install synapse for you, also the synapse trunk<br>
version.<br>
<br>
AFAIK no need to change any synapse files.<br>
<br>
Please see the wiki page on synapse:<br>
<a href="http://wiki.lazarus.freepascal.org/synapse" target="_blank">http://wiki.lazarus.freepascal.org/synapse</a><br>
<div class="im"><br>
> I also examined Indy (which I used successfully years ago on<br>
> Delphi/Borland c++ Builder) but it, too, is obsolete (latest updates<br>
> seem to be circa 2006) and comes with many, many warnings and caveats.<br>
</div>Please see the indy wiki page:<br>
... ah well, you'll be able to find it. It's cross referenced in the<br>
synapse page as well IIRC.<br>
<div class="im"><br>
> Is there any other smtp and pop3 code available for Lazarus or will I<br>
> have to generate my own from scratch?<br>
<br>
</div>There certainly is. IIRC, LazSolutions has code for sending email.<br>
Synapse comes with an email example, or has it in the examples directory<br>
on their site.<br>
Code for sending email using synapse is floating around on e.g. the<br>
synapse mailing list...<br>
<br>
Good luck,<br>
Reinier</blockquote></div><div><br></div><div style><div>Thanks for the indication Reinier! :)</div><div><br></div><div>Meet the XMailer also:</div><div><br></div><div><a href="https://github.com/silvioprog/xmailer">https://github.com/silvioprog/xmailer</a></div>

<div><br></div><div>XMailer is a nice plugin for send e-mails easily. It's improved derivation of LSSendMail. :) (it use Synapse too, and offers support to UTF-8)</div></div><div><br></div>-- <br>Silvio Clécio<br>My public projects - <a href="http://github.com/silvioprog" target="_blank">github.com/silvioprog</a>
</div></div>