Print Page | Close Window

Aspemail cannot work

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=16047
Printed Date: 13 April 2026 at 7:32pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Aspemail cannot work
Posted By: stargate2
Subject: Aspemail cannot work
Date Posted: 01 August 2005 at 6:15am
Hi
 
I was trying using aspemail to send mail. I got this error
 
Error Type:
Persits.MailSender.4 (0x800A0011)
Access is denied.
/maillist/functions/functions_send_mail.asp, line 392



Replies:
Posted By: inmean
Date Posted: 01 August 2005 at 10:33am
Maybe you should talk to your web hosting provider for permision, some hosting required you to verify your email user/password to be able to send email out.
 
You should talk to your provider for that.


Posted By: dpyers
Date Posted: 01 August 2005 at 11:46am
You probably need to authenticate with a login and password for an email account on the mailserver.

-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: awen
Date Posted: 01 August 2005 at 1:45pm
dpyers is exactly correct.  Here's what I did for a quick fix.

edit the file: functions/functions_send_mail.asp

Go down to the Persits ASPEmail section.
Add the following lines just below the line that reads "With objAspEmail"

                'Mailbox Access
                .Username = "ottomail@somedomain.com"
                .Password = "somepassword"

Be sure to change the Username and password values to the actual username and password for them mailbox you are using.

Also do the same for admin/functions/functions_send_mail.asp

Worked like a charm for me.


-------------
/|\


Posted By: stargate2
Date Posted: 01 August 2005 at 10:08pm
Hi,
 
I am using my own server so it has nothing to do with provider.
As for email authentication, I am using hotpop.com which does not need authentication. Even I added the username and password it still does not work.
 
the ASPemail works when I am using the Simple.asp provided by aspemail installation script.
 
I also notice a few things.
When I comment out the .queue, I got this error.
 
Error Type:
Persits.MailSender.4 (0x800A0006)
535 Error: authentication failed
/maillist/functions/functions_send_mail.asp, line 392
Now I get really confused Cry


Posted By: stargate2
Date Posted: 02 August 2005 at 5:26am
Hi
 
I am using my own server so it is not a permission problem since i am using administrator login.
 
Tried using
                'Mai lbox Access
                '.Username = "ottomail@somedomain.com"
                '.Password = "somepassword"
Still have the same error. I am using hotpop and it does not actually need a password authentication.
 
My aspemail installation should be ok since I have already send a mail successfully using Simple.asp from the aspemail installation
 
Anyone can help?


Posted By: WebWiz-Bruce
Date Posted: 02 August 2005 at 6:03am
It looks like a permisisons problem.

Make sure that aspemail has permissions to write to the queue directory on the mail server.

If this fails check the aspemail web site as this is a problem with the email component not being setup correctly rather than a problem with the coding in the forum software.


-------------
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: awen
Date Posted: 02 August 2005 at 9:50am
Originally posted by stargate2 stargate2 wrote:

Tried using
                'Mai lbox Access
                '.Username = "ottomail@somedomain.com"
                '.Password = "somepassword"
Still have the same error. I am using hotpop and it does not actually need a password authentication.
 
My aspemail installation should be ok since I have already send a mail successfully using Simple.asp from the aspemail installation
 
Sorry for the stupid question, but I have to ask, did you use the username/password values above, or did you change them to the actual mailbox username/password for the email account you want to send the messages thru?  If the mailbox doesn't exist, or the password is incorrect you will get that error.
 
Also, in the email set up, did you set your mailsever ("mail.somedomain.com") to the correct mailserver?
 
Sorry for these kinds of questions, but more often that not its something small we overlook.


-------------
/|\



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net