![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi,
I have an Access application named sendemail. that sends automatic emails to users based on database fields and criteria. I am using onclick freeware to send from the dynamic list by using vba The application is using Outlook and excahnge server account named sqladmin. However the email is being sent when I logon to the server where the email application is. The email application is always open. My question is how am I suposed to send automatic email without loggin on to the server. The Outlook seems to send email if the list exists only when I am logged on. Otherwise the email is not send. Any ideas? Thanks. |
Ads |
#2
|
|||
|
|||
![]()
Either use an SMTP server to send, which is not an Outlook question, or use
the Outlook object model to send and do a send/receive. In that case obviously Outlook must be running, or how else would it be able to send a message? -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Jack" wrote in message ... Hi, I have an Access application named sendemail. that sends automatic emails to users based on database fields and criteria. I am using onclick freeware to send from the dynamic list by using vba The application is using Outlook and excahnge server account named sqladmin. However the email is being sent when I logon to the server where the email application is. The email application is always open. My question is how am I suposed to send automatic email without loggin on to the server. The Outlook seems to send email if the list exists only when I am logged on. Otherwise the email is not send. Any ideas? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to remove the Outlook access warning for sending email with other programs. | Rico | Outlook - General Queries | 5 | March 22nd 07 02:41 AM |
Automatic Prompt when sending an email | David Smith | Outlook - General Queries | 2 | December 14th 06 11:10 PM |
Automatic email from Access | Freehal04 | Outlook - General Queries | 3 | November 13th 06 10:40 PM |
have to restart access after sending one email | Tony Epton | Outlook and VBA | 1 | May 6th 06 07:31 PM |
Sending Email With Outlook Or Even Web Access | [email protected] | Outlook - General Queries | 1 | March 22nd 06 04:11 PM |