Well, that's a nice simple message producing code. But can you also send the message without having the have the user click the 'send button'? IOW something like:
ShellExecute(0,"send",lcMail,"","",0)
That is, where do I find the details of the ShellExecute...