Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why doesn't the email get sent?

Status
Not open for further replies.

Junkie88

Technical User
Mar 1, 2008
60
US
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
 
If no error, first I'd look into Junk Email
Then I'd ask my mail administrator what filters there are on the mail server.
You could also check your Outllok settings. Maybe it does not deliver mail immediately, maybe a bad configuration.

HTH

[pipe]
Daniel Vlas
Systems Consultant

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top