The e-mail address or SMTP server value is not valid.
I'm using the Service Monitoring Solution Accelerator to configure Notification Workflow. Everything works with the exception of e-mail delivery. E-mails are not sent; but events are logged. I've included the event as well as an excerpt from the appConfig.xml file.
Event Type: Error
Event Source: NotificationServices
Event Category: None
Event ID: 7301
Date: 3/1/2006
Time: 4:07:51 PM
User: N/A
Computer: Computer
Description:
<NotificationServicesEvent>
<Description>
The e-mail address or SMTP server value is not valid.
</Description>
<Context>
<EventParameters>
<Smtp server></Smtp server>
<Message recipients>user@domain.org</Message recipients>
</EventParameters>
</Context>
<Description>
Could not access 'CDO.Message' object.
</Description>
<Description>
Exception has been thrown by the target of an invocation.
</Description>
<Description>
The "SendUsing" configuration value is invalid.
</Description>
<Instance>NotificationWorkflow</Instance>
<Component>Other</Component>
<ComponentDetails>
ComponentName: SmtpProtocol
</ComponentDetails>
<Thread>310</Thread>
</NotificationServicesEvent>
For more information, see Help and Support Center athttp://go.microsoft.com/fwlink/events.asp.
From appConfig.xml:
<DeliveryChannels>
<DeliveryChannel>
<DeliveryChannelName>EmailChannel</DeliveryChannelName>
<ProtocolName>SMTP</ProtocolName>
<Arguments>
<Argument>
<Name>SmtpServer</Name>
<Value>fqdn.net</Value>
</Argument>
<Argument>
<Name>BodyEncoding</Name>
<Value>utf-16</Value>
</Argument>
</Arguments>
</DeliveryChannel>
</DeliveryChannels>

