I have a weird problem with sending e-mails in Access using VBA which differs from computer to computer. On the user's computer, Microsoft Outlook is not open. When entering data into the Access Forms, sometimes an event is triggered which sends out an E-mail.
On some of the computers, this e-mail will still be sent out even though Outlook is not visibly open. On the other computers, the e-mail will be stored in the Outbox of Outlook, and will not be sent until the Outlook program is opened manually by the user.
I looked around at the settings in Outlook and could not figure out what was different in the Outlook settings that allowed some computers to send e-mails when Outlook was not open, while the others cannot.
Has anyone ever run into this problem? I can't have Outlook open at all times b/c I can't make sure that the users will keep it open. I know its possible to send e-mails using the DoCmd.SendObject coding with Outlook closed, but just can't figure out the Outlook settings that would allow me to do this.
Thanks for any help if you've run into this problem before.
On some of the computers, this e-mail will still be sent out even though Outlook is not visibly open. On the other computers, the e-mail will be stored in the Outbox of Outlook, and will not be sent until the Outlook program is opened manually by the user.
I looked around at the settings in Outlook and could not figure out what was different in the Outlook settings that allowed some computers to send e-mails when Outlook was not open, while the others cannot.
Has anyone ever run into this problem? I can't have Outlook open at all times b/c I can't make sure that the users will keep it open. I know its possible to send e-mails using the DoCmd.SendObject coding with Outlook closed, but just can't figure out the Outlook settings that would allow me to do this.
Thanks for any help if you've run into this problem before.