I am building an Email send application in delphi 7. Default email client on my machine is configured with lotus notes.
I have tried shellExecute command on ‘send’ button click in application. But in this ShellExecute pop up the lotus notes to user with subject, body etc and then user needs to click on Send button in lotus notes.
I want when user click on Send button of my application then automatically email should be sent using lotus notes. Can we do this using ShellExecute? I tried using Indy components also but I didn’t get the SMTP details. How can I find out SMTP server details?
thanks for help
For sending e-mails using Lotus Notes (even if it looks for me like an overkill a bit) I found
this postand tried to translate it to Delphi code but I can’t test it anywhere, so I can’t tell you if this works or not. I have left the original comments in there.