Dne 05.06.2021 v 22:04 Bo Berglund via fpc-pascal napsal(a):
> Yes, I ditched Indy10 for smtp emailing and instead used Synapse 40.1
> from the OnLinePackageManager in Lazarus.
I am not sure what is mean by "Synapse 40.1" and how
OnlinePackageManager working, because Synapse itself leave this
Dne 17.05.2021 v 22:06 Bo Berglund via fpc-pascal napsal(a):
>
> And that is what I have done, it is listed in uses of my mailsupport source
> file
> as:
> uses
>Classes,
>SysUtils,
>smtpsend,
>ssl_openssl, //<= Here
>synautil,
>mimemess,
>mimepart;
>
> Yet it is "not
Dne 13.05.2021 v 12:38 Bo Berglund via fpc-pascal napsal(a):
> I found more reading and now I am a bit confused again:
> When using MIME, why do you need to also set the recipient, sender etc for the
> SMTP object when it is already part of the MIME object?
> Or does SMTP discard its own propertie