I am in search of a easy way to send an email from from my GTK app via
C++. A library, or API is what I am looking for I think. I do not think I
want to use the system() function to pass what I need to sendmail.
In fact I would like to do this from a machine that does not have sendmail
installed.
I do not think I want to code all of this myself. Meaning opening a socket
to a smtp server, dealing with mime types, and etc to send my email.
Unless of course someone has or knows of a good example of this.
Anyone have any suggestions, links, or recommendations?
Thanks
--
Sincerely,
William