Recent content by mkern21

  1. M

    Emailing without user sending

    Ok, I finally got the name of our server, but I keep getting an error message runtime error '-2147220960 (80040220)' The "SendUsing" configuration is invalid. I am calling it from a button on a form currently with fixed inputs. Does this just mean the server/port I was given is not correct...
  2. M

    Emailing without user sending

    I guess I will have to see if I can find out what the SMTP server address is. The only server that I could find in my Email settigns was not in that format, so I am not sure it would work. It was listed under server, but it was xxxxxx/xxxx/xxxx format.
  3. M

    Emailing without user sending

    The code I use is the simple sendObject command DoCmd.SendObject , "", "", "username", "", "", "", "There is a new incident to review", False, "" It will open a new email message in Lotus Notes with the text in the body of the email, but the user will still have to click send. And I am...
  4. M

    Emailing without user sending

    I am using Access 2003 and wehave Lotus Notes for emails. I cannot get access to send an email message without the user having to click the send button on the email in Lotus notes. Is it possibel to automatically send an email without user interface? I ahve a form for incident reporting...
Back
Top Bottom