Cannot send mail

B

Ben

Hi All,

I have below code which works great for 80% of the users but for 20% it
doesn't work.

On Error GoTo Err_Kommandoknapp181_Click
stText = Me.Greeting & " " & Me.Actual_Name
StSubject = Me.Subject & ""

DoCmd.SendObject acSendNoObject, , , Me.E_mail_address, , , StSubject, stText
Exit_Kommandoknapp181_Click:
Exit Sub

Err_Kommandoknapp181_Click:
MsgBox Err.Description
Resume Exit_Kommandoknapp181_Click


Has anyone encountered this problem?
The only error message is:
Merec cannot send this e-mail message

/(Merec being the Database name)

I tried comparing security settings etc... but nothing helps.
THanks in advance,

Ben
 
Top