Hello
I'm trying to send a simple test email to my default email client, which is currently Lotus Notes 6.5.4. I used the following code :
Call DoCmd.SendObject(acSendNoObject, , , "rmitache@hotmail.com", , , "Test", " Tralalala", , False)
and it gives error 2287 : Database can't open the mail session.
I then tried using this with ms outlook express and it still doesnt work.
Any ideas pls??
I'm trying to send a simple test email to my default email client, which is currently Lotus Notes 6.5.4. I used the following code :
Call DoCmd.SendObject(acSendNoObject, , , "rmitache@hotmail.com", , , "Test", " Tralalala", , False)
and it gives error 2287 : Database can't open the mail session.
I then tried using this with ms outlook express and it still doesnt work.
Any ideas pls??