[AccessD] Need SMTP Code

jwcolby jwcolby at colbyconsulting.com
Sun Aug 5 07:40:06 CDT 2007


Eric,

Thanks for the reply. It seems to happen on my laptop a LOT, and if I switch
to another machine I can get right in to the web page, or even if I switch
to IE on my laptop.  I got it when I tried to open the link in the response
to Rocky in this message.

John W. Colby
Colby Consulting
www.ColbyConsulting.com 
-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Eric Barro
Sent: Sunday, August 05, 2007 2:05 AM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Need SMTP Code

John,

This is a generic .NET message to indicate that there's something wrong with
the application. It's server-based and not client-based.

Eric 

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of jwcolby
Sent: Saturday, August 04, 2007 8:08 PM
To: 'Access Developers discussion and problem solving'
Subject: Re: [AccessD] Need SMTP Code

I am getting the following from Firefox on ONE of my computers, mostly on MS
site links.  Any ideas?

Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed remotely (for security reasons). It could, however,
be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable
on remote machines, please create a <customErrors> tag within a "web.config"
configuration file located in the root directory of the current web
application. This <customErrors> tag should then have its "mode" attribute
set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom
error page by modifying the "defaultRedirect" attribute of the application's
<customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration> 


John W. Colby
Colby Consulting
www.ColbyConsulting.com
-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of William Hindman
Sent: Saturday, August 04, 2007 10:13 PM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Need SMTP Code

http://support.microsoft.com/?kbid=286431
...hth
William Hindman
----- Original Message -----
From: "Rocky Smolin at Beach Access Software" <rockysmolin at bchacc.com>
To: "'Access Developers discussion and problem solving'" 
<accessd at databaseadvisors.com>
Sent: Saturday, August 04, 2007 9:10 PM
Subject: [AccessD] Need SMTP Code


> Dear List:
>
>
> I have a lot of Access sites bookmarked but can never find what I need 
> in them.  I'm looking for some code to handle email from Access using
SMTP.
> Does anyone know if there's a module I can crib from one of the many 
> Access sites?
>
> MTIA
>
> Rocky




More information about the AccessD mailing list