<div dir="ltr">2013/3/24 Paul Breneman <span dir="ltr"><<a href="mailto:list2010@brenemanlabs.com" target="_blank">list2010@brenemanlabs.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">
silvioprog wrote:<br>
<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">
2013/3/24 <<a href="mailto:reinierolislagers@gmail.com" target="_blank">reinierolislagers@gmail.com</a>><br>
<br>
<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">
On 24-3-2013 15:19, Donald Ziesig wrote:<br>
<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">
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>
</blockquote>
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>
<br>
<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">
Has anyone had success in using this library under Linux (x86-64)?<br>
</blockquote>
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.<u></u>freepascal.org/synapse</a><br>
<br>
<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">
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>
</blockquote>
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>
<br>
<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">
Is there any other smtp and pop3 code available for Lazarus or will I<br>
have to generate my own from scratch?<br>
</blockquote>
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<br>
</blockquote>
<br>
<br>
Thanks for the indication Reinier! :)<br>
<br>
Meet the XMailer also:<br>
<br>
<a href="https://github.com/silvioprog/xmailer" target="_blank">https://github.com/silvioprog/<u></u>xmailer</a><br>
<br>
XMailer is a nice plugin for send e-mails easily. It's improved derivation<br>
of LSSendMail. :) (it use Synapse too, and offers support to UTF-8)<br>
</blockquote>
<br>
Thanks Silvio. Now I need to try and update this code:<br>
<a href="http://www.turbocontrol.com/easyemail.htm" target="_blank">http://www.turbocontrol.com/<u></u>easyemail.htm</a></blockquote></div><div><br></div><div style><div>Very nice! :)</div><div><br></div><div>XMailer is very simple, and it uses universal unicode. Sending email with XMailer you can open it in any account such as Gmail, Yahoo, Hotmail etc., even if the email has special characters.</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>