

You can then reproduce your issue and send the log file to. Set the WIRE logging category to DEBUG level. To create this log file, you will need to change DavMail settings under the Logging tab. I had Comcast on the line for over an hour and they don't know what it is either. In DavMail trackers and forums, I often ask for a WIRE debug log. When I go through the process of setting up Outlook it appears to send a test email and is on my comcast account but doens't get to my W8 machine. Disable all your add-ins and then re-enable them one by one to identify the culprit. If the attempt is successful, this indicates one of your add-ins is interfering with Outlook. Try to send an email to your contact list. Enter outlook.exe /safe in the search field and hit Enter. This Exchange box is a MS Exchange 2007 SP1 and I can access it through OWA. I changed that to WebDav, tried again and now the mail was sent, easypeasy.
#Cant sinn to email thru davmail windows#
ONamespace.Logon "Outlook",False,True ' name of Outlook profileĭim oFolder : Set oFolder = oNamespace. I normally connect to Comcast as my ISP and don't have a problem with any other machines other than the W8 machine. Press the Windows key and R to launch a new Run window. Note: before posting this message, I decided to take another good look at the configuration of DavMail and I noticed that it was configured for EWS. LOG_Write "Outlook isn't open, logging onto it."

Dim sComputer : sComputer = "." ' selects local machineĭim oWMIService : Set oWMIService = GetObject("winmgmts:\\" & sComputer & "\root\cimv2")ĭim colItems : Set colItems = oWMIService.ExecQuery ("Select * from Win32_Process Where Name = 'outlook.exe'")ĭim oOutlook : Set oOutlook = CreateObject("Outlook.Application")ĭim oNamespace : Set oNamespace = oOutlook.GetNamespace("MAPI") Check what yours is called and include the Namespace stuff I have in mine. so mutt cant check for the presence of that to ensure the agent is running). The profile we use here is just called "Outlook". Mutt - The Mongrel of Mail User Agents (part Elm, part Pine, part mh. Remember if you have to create your Outlook instance, you need to log on with the appropriate mail profile in order to send anything. I have a function defined and in daily use which accepts the various items for creating and sending the email.
