Hello,
Yes, this old chestnut again. Using the following code :
var
m Mail
endVar
if m.logonDlg() then
m.addAddress("martin@arenig.co.uk")
m.setSubject("test email")
m.send()
m.logOff()
endIf
creates a lotus notes email ok, but it stuffs everything into the email's "to" box, and also repeats the email address.
I knew this was a bad idea.
Any help appreciated.
Cheers
Martin
Yes, this old chestnut again. Using the following code :
var
m Mail
endVar
if m.logonDlg() then
m.addAddress("martin@arenig.co.uk")
m.setSubject("test email")
m.send()
m.logOff()
endIf
creates a lotus notes email ok, but it stuffs everything into the email's "to" box, and also repeats the email address.
I knew this was a bad idea.
Any help appreciated.
Cheers
Martin