[AccessD] Need SMTP Code

Eric Barro ebarro at verizon.net
Sun Aug 5 01:04:30 CDT 2007


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
>
> --
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
> 



-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com

-- 
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com

No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.4/935 - Release Date: 8/3/2007
5:46 PM
 




More information about the AccessD mailing list