It's easy to execute default e-mail client with new message: ShellExecute with "mailto:..."; it's understandable, how send message via winsock...
But how I can put my message in outbox folder of default e-mail client? It seems to me, that it's possible. But how?
one more question:
is there a way to transmit a subject and contents to the email
client? I think, at least MS outlook supports this.
the way to transmit subject, content or other is
ShellExecute (0, "open", "mailto:ttt@ttt.tt?from=fff@fff.ff&subject=some subject&body=some body", "", "", 1) etc. And in Windows your default e-mail cliet creates this message. We can even make to run mailer from command line with "mailto"