email sending problem
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=21673
Printed Date: 08 April 2026 at 7:07pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: email sending problem
Posted By: khubaib
Subject: email sending problem
Date Posted: 21 October 2006 at 12:34pm
I have error"email's sent out of a total of 1
Server Error in Forum Application
An error has occured while sending an email.
Please contact the forum administrator.
Support Error Code:- err_SQLServer_send_mail_footer
File Name:- functions_send_mail.asp
Error details:-
CDO.Message.1
The system cannot find the path specified.
"
how can slove this. i am using "127.0.0.1" for sending mail. Should i put in file"SQLServer_send_mail" alos???
i set this in email setup and config.
thanks
|
Replies:
Posted By: WebWiz-Bruce
Date Posted: 21 October 2006 at 12:40pm
Looks like your hosts maybe using a none standard pickup directory for the mail server, contact them about this issue.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: khubaib
Date Posted: 21 October 2006 at 12:43pm
Can u describe waht is mean"standard pickup directory"
when i was using 7.92 access ver; forum is working good.
thanks
|
Posted By: WebWiz-Bruce
Date Posted: 21 October 2006 at 12:51pm
When you use CDOSYS using localhost (27.0.0.1) CDOSYS will try and place the email into the C:\Inetpub\mailroot\Pickup directory for IIS's built in SMTP server to pickup and relay on.
This error usually means that this pickup directory on the server can not be found, or doesn't have the correct permissions set to write to it.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: khubaib
Date Posted: 21 October 2006 at 4:45pm
thanks your reply, But i try with phpBB forum, 127.0.0.1, it is working (my sql)
|
Posted By: WebWiz-Bruce
Date Posted: 21 October 2006 at 6:37pm
phpBB is written using PHP, which if you are using a windows web server will not perform very well.
Also, PhpBB uses a different way to send email than the CDOSYS component.
Web Wiz Forums supports around 5 or 6 different email components so if you find that one doesn't work for you there are others that you can try, just sellect the appropriate one from the on-line admin menu.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: khubaib
Date Posted: 24 October 2006 at 12:19pm
i change some codes and send mail successful and alos get error but not send activation"error"email's sent out of a total of 1
Server Error in Forum Application
An error has occured while sending an email.
Please contact the forum administrator.
Support Error Code:- err_SQLServer_send_mail_header
File Name:- functions_send_mail.asp
Error details:-
Microsoft VBScript runtime error
Variable is undefined
Server Error in Forum Application
An error has occured while sending an email.
Please check that the CDOSYS email component is installed on the server.
Please contact the forum administrator.
Support Error Code:- err_SQLServer_create_CDOSYS_object
File Name:- functions_send_mail.asp
Error details:-
Response object
006~ASP 0159~Buffering Off~Buffering must be on.
Server Error in Forum Application
An error has occured while sending an email.
Please contact the forum administrator.
Support Error Code:- err_SQLServer_send_mail_footer
File Name:- functions_send_mail.asp
Error details:-
Microsoft VBScript runtime error
Variable is undefined
"
and changging is :...'CDOSYS mail component
Case "CDOSYS"
'Dimension variables
Dim objCDOSYSCon
Dim intSendUsing
'Calculate the port we are sendusing (1=localhost 2=network)
If LCase(strMailServer) = "localhost" OR strMailServer = "http://127.0.0.1" OR strMailServer = "127.0.0.1" Then
intSendUsing = 2
Else
intSendUsing = 1
End If
"
I thing it is not picking directroy problem
|
Posted By: WebWiz-Bruce
Date Posted: 24 October 2006 at 1:43pm
You post is a little hard to understand, could you please just explain what you changed?
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: khubaib
Date Posted: 24 October 2006 at 2:28pm
intSendUsing = 1
Else
intSendUsing = 2
End If
.............>>>
intSendUsing = 2
Else
intSendUsing = 1
End If
|
Posted By: WebWiz-Bruce
Date Posted: 24 October 2006 at 4:35pm
OK I see what you are doing now
Change:-
'Calculate the port we are sendusing (1=localhost 2=network) If LCase(strMailServer) = "localhost" OR strMailServer = "http://127.0.0.1" OR strMailServer = "127.0.0.1" Then intSendUsing = 1 Else intSendUsing = 2 End If
|
to:-
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: khubaib
Date Posted: 24 October 2006 at 5:22pm
|
I also disable popup blocker for my webpage . Now all mail funcaton is working fine.
|
Posted By: WebWiz-Bruce
Date Posted: 25 October 2006 at 8:35am
I'm glad to here that you got the problem sorted.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
|