Click here to Skip to main content
15,914,924 members
Home / Discussions / Web Development
   

Web Development

 
AnswerCheater [modified] Pin
Guffa8-Jul-06 22:31
Guffa8-Jul-06 22:31 
Questionplease help me!!! Pin
kicap8-Jul-06 8:11
kicap8-Jul-06 8:11 
AnswerCheater Pin
Guffa8-Jul-06 8:13
Guffa8-Jul-06 8:13 
QuestionJavascript window close Pin
theprinc8-Jul-06 5:19
theprinc8-Jul-06 5:19 
AnswerRe: Javascript window close Pin
Guffa8-Jul-06 8:36
Guffa8-Jul-06 8:36 
AnswerRe: Javascript window close [modified] Pin
Mark F.11-Jul-06 4:30
Mark F.11-Jul-06 4:30 
Questionemail in bulk Pin
hr_kul8-Jul-06 5:04
hr_kul8-Jul-06 5:04 
AnswerRe: email in bulk Pin
Brent Lamborn10-Jul-06 6:44
Brent Lamborn10-Jul-06 6:44 
Does Sytem.Web.Mail use smpt authentication? I'm not sure that it does and I think that may be why microsoft has dumped it in favor of the System.Net.Mail class. This is how I use the mailclient in System.Net.Mail to avoid the bulk folder:

Dim mailClient As SmtpClient = New SmtpClient
mailClient.Host = sMailServerName
mailClient.UseDefaultCredentials = True
mailClient.DeliveryMethod = SmtpDeliveryMethod.Network


If you can use the System.Net.Mail namespace that'd be your best bet. Otherwise if you have to use the 1.1 namespace, you might check out DotNetOpenMail[^] which allows SMPT authentication.

"Half this game is ninety percent mental." - Yogi Berra

If you can read thank a teacher, if you can read in English, thank a Marine.

M y and h don't work so well due to m addiction to caffeine and m in abilit to to set a cup down uprigt.


QuestionUnable to post to Microsoft Forums Pin
Kevin McFarlane8-Jul-06 2:18
Kevin McFarlane8-Jul-06 2:18 
AnswerRe: Unable to post to Microsoft Forums Pin
dwatkins@dirq.net11-Jul-06 3:30
dwatkins@dirq.net11-Jul-06 3:30 
GeneralRe: Unable to post to Microsoft Forums Pin
Kevin McFarlane11-Jul-06 9:04
Kevin McFarlane11-Jul-06 9:04 
GeneralRe: Unable to post to Microsoft Forums Pin
dwatkins@dirq.net11-Jul-06 9:10
dwatkins@dirq.net11-Jul-06 9:10 
GeneralRe: Unable to post to Microsoft Forums Pin
Kevin McFarlane11-Jul-06 9:42
Kevin McFarlane11-Jul-06 9:42 
GeneralRe: Unable to post to Microsoft Forums Pin
Kevin McFarlane11-Jul-06 9:44
Kevin McFarlane11-Jul-06 9:44 
QuestionPopup Pin
militiaware8-Jul-06 2:01
militiaware8-Jul-06 2:01 
AnswerRe: Popup Pin
Guffa8-Jul-06 2:05
Guffa8-Jul-06 2:05 
GeneralRe: Popup Pin
RichardGrimmer11-Jul-06 5:47
RichardGrimmer11-Jul-06 5:47 
QuestionASP Sessions Pin
Harikrk7-Jul-06 20:17
Harikrk7-Jul-06 20:17 
AnswerRe: ASP Sessions Pin
Guffa7-Jul-06 22:43
Guffa7-Jul-06 22:43 
GeneralRe: ASP Sessions Pin
Harikrk9-Jul-06 6:19
Harikrk9-Jul-06 6:19 
Questionquick javascript help Pin
eggie57-Jul-06 8:29
eggie57-Jul-06 8:29 
AnswerRe: quick javascript help Pin
Guffa7-Jul-06 9:28
Guffa7-Jul-06 9:28 
GeneralRe: quick javascript help Pin
eggie57-Jul-06 10:20
eggie57-Jul-06 10:20 
AnswerRe: quick javascript help Pin
Guffa7-Jul-06 10:56
Guffa7-Jul-06 10:56 
QuestionAnyone know how to use referrer info to track stats? Pin
Nitron7-Jul-06 5:55
Nitron7-Jul-06 5:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.