CFF KB - Carrz-Fox-Fire Promotions Knowledge Base
CFF KB is all about 1 thing: The Sharing of Knowledge and the Power we gain from it.Knowledge Base
- Breadrumbs:
error '80040211' cannot make contact with mail server
- Article ID:
108 - Date Created
Friday, February 25, 2011 - This Article Has been Viewed
3621 times - Short Desc
The error '80040211' will accure if you asp cdosys script cannot make contact with your mail server. - Details
The below error will happen if you cannot make contact with your mail server.
This sometimes happens if you spell your domain incorrectly (or) put down the wrong domain extension.
Example
domain.com
And your domain is actually
domain.org (or) domain.net (or) other type of domain extension.
Make sure that your domain is properly defined in your cdosys script header and then try again.
error '80040211'
/mail.asp, line 75 - Recreate Issue
To recreate this issue.
If your domain name is: domain.net and you write it out as domain.com (or) domain.org (or) other domain extension, like the below.
<%
myMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusername") ="webmaster@domain.com"
%> - Resolve Issue
To resolve this issue.
If your domain is: domain.net, then write it out as so.
<%
myMail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusername") ="webmaster@domain.net"
%>
As you can tell, we have webmaster@domain.net as out sendusername.
Share With Friends (Updated 6-8-2010)
Recent Articles
All Topics
- Coming Soon - Knowledge Exchange
Trending Articles
- Microsoft VBScript runtime error '800a0046' Permission denied FileSystemObject 24695
- Microsoft OLE DB Provider for SQL Server error '80040e57' String or binary data would be truncated. or The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data. 21297
- ADODB.Parameters error '800a0e7c' Parameter object is improperly defined 19545
- After Effects warning: Audio conforming failed for the following file .cfa. Perhaps due to disk space 17785
- The backup set holds a backup of a database other than the existing 16826