Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- Sending e-mail messages with ASP.NET applications
- ASP.NET makes it easy to utilize e-mail in an application with the System.Web.Mail namespace. Let's take a closer look at putting this namespace to work in your applications. E-mail is often a standard part of Web-based applications. You may use it to send logon information to...
- Tags: SMTP, Microsoft ASP.NET, MailMessage, SmtpMail, Tony Patton, namespace, SMTP Service, e-mail, SmtpMail class, .NET Newsletter, Message, TechRepublic Inc., Application, Class, Server, E-mail Message, Microsoft IIS Server, SMTP Server, System.Web.Mail, System.Web.Mail Namespace, MailMessage Class, SmtpServer, Send Method, Badmail Directory, E-mail Servers, Online Communications, Enterprise Software, Software
- Technical articles 2005-07-22
- Sending e-mail via ASP.NET
- Adding e-mail functionality is easy when working with ASP.NET sites, as long as the server is configured properly. Here's how. Though spammers have been abusing e-mail technology for the past couple of years, e-mail continues to be the de facto standard for business communications. Therefore,...
- Tags: Microsoft ASP.NET, MailMessage, SmtpServer, Servers, Tony Patton, INTERNET, E-mail servers, Microsoft .NET Framework, server, e-mail, Internet information service, SMTP server, mail message, SmtpMail, .NET Newsletter, Message, TechRepublic Inc., Functionality, Internet Information Services, MailMessage Class, SmtpMail Class, Z-INDEX, LEFT, POSITION, TOP, Online Communications, Hardware
- Technical articles 2005-06-29
- Sending e-mail via ASP.NET
- Though spammers have been abusing e-mailtechnology for the past couple of years, e-mail continues to be thede facto standard for business communications. Therefore, Web sitevisitors still expect e-mail to be an option when/if they want tocontact the company. The functionality is simple to add whenworking with ASP.NET sites--as long as...
- Tags: e-mail, server, Internet information service, Tony Patton, mail message, Microsoft ASP.NET, Internet, MailMessage, SMTP server, SmtpMail, SmtpServer
- Technical articles 2005-06-29
Additional Resources
- Sending e-mail messages with ASP.NET applications
- E-mail is often a standard part of Web-basedapplications. You may use it to send logon information to users oreven to send error messages to application administrators. ASP.NETmakes it easy to utilize e-mail in an application with theSystem.Web.Mail namespace. Let's take a closer look at putting thisnamespace to work in your...
- Tags: SMTP, Tony Patton, Microsoft ASP.NET, namespace, e-mail, SMTP Service, SmtpMail
- Technical articles 2005-07-22
- email vb script
- Hello all, can anyone help, why does the below script not work on my sp3 xp machine???Set objEmail = CreateObject("CDO.Message")objEmail.From = "g.millen1@ntlworld.com"objEmail.To = "g.millen1@ntlworld.com"objEmail.Subject = "Atl-dc-01 down" objEmail.Textbody = "Atl-dc-01 is no longer accessible over the network."objEmail.sendi'm getting the below error:the "sendUsing" configuration value is invalidcode: 80040220source: CDO.message.1Anyone know why.thanks...
- Tags: Atl-dc-01, CDO.Message, CreateObject, e-mail, Microsoft VBScript, R e p h l e x, server, SMTP server, windows
- Q&A 2006-07-28
- Excel Macro for emailing
- I'd like to set up a macro to email my current file to several different email addresses. Two questions: #1 - how do I set that up? #2 - is there a way to prevent the message from MS Outlook that says something like "another program is...
- Tags: e-mail, autumncrest@..., software, Microsoft Excel, Set objEmail
- Q&A 2006-04-26
- See how easy it is to send e-mail notifications from ASP.NET
- I’ll bet that if you have worked with classic ASP for any extended period of time, you found yourself either downloading someone else’s COM-based SMTP component or writing your own to send e-mail messages. The native ASP scripting languages didn’t offer any way to send an e-mail from a server-side...
- Tags: .NET, Middleware, E-mail servers, Servers, Bill Dawson, SmtpMail class, SMTP, server, SmtpMail, e-mail, SMTP server, Microsoft ASP.NET
- Technical articles 2003-01-31
- error while sending mails using CDO.Message object
- Hi,I am trying to send mails from my excel using VBA and CDO.Message and CDO.Configuration ObjectSee the below code------------------------------Function SendMailTo(sTo, sSubject, sBody)Dim oMsg As ObjectDim oConf As ObjectDim Flds As ObjectDim strSch As StringConst cdoBasic = 1Set oMsg = CreateObject("CDO.Message")Set oConf = CreateObject("CDO.Configuration") ...
- Tags: srinivas.2447.p@..., Object Dim strSch
- Discussion threads 2007-08-07
- A sample app to monitor performance counters and send alerts
- This blog post is also available as a TechRepublic download, which includes a sample project containing all the code needed to get this utility up and running.There are many instances where you may want to use the information gathered from a performance counter. From memory usage, to ASP.NET page recompilations,...
- Tags: Counter, Monitor, Constraint, Performance, Utility, Value, Zach Smith
- Blog posts 2007-08-09
- SolutionBase: Use PacketFence to stop unwanted network traffic
- Looking for a system that blocks illegal downloads without breaking your IT budget? Jack Wallen introduces PacketFence, an open-source network access control NAC system. How many times have you administered a network only to find certain users installing and using forbidden applications such as LimeWire or Gnutella?...
- Tags: PacketFence, LimeWire, Database, Network, Command, Section, User, Storage, Networking, Databases, Hardware, Enterprise Software, Software, Data Management, Jack Wallen
- Technical articles 2007-12-18
- << Previous
- page 1 of 1
- Next >>