I want to send an email through an access form when a button is pressed. But the email does not get send the email address me@me.com. Can someone let me know what is wrong? When I set the last parameter to True, i do get the outlook email page with the correct values for the emailtext, subject and email address, but I do not receive any email in my mail box. Anyone has idea what might be wrong?
Here is the code that is written in the button click method.
DoCmd.SendObject acSendNoObject, , , "me@me.com", , , "Information Need", EmailText, False
Here is the code that is written in the button click method.
DoCmd.SendObject acSendNoObject, , , "me@me.com", , , "Information Need", EmailText, False