Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

allodoxaphobia

@allodoxaphobia
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • [VB.NET 2010] Sending mail only works sometimes
    A allodoxaphobia

    mail is an ugly thing and should be avoided at all costs :) First of: it is highly unreliable. It's not beause it was transferred to the mail server that it will actually ever arive at it's final destination. Secondly, as pointed out by others; the odds that the client machine can actually connect to your mailserver are against you and diminishing every year due to it being such a popular medium to harass people with commercials :) - the client must be connected to the internet - it must be allowed to access your mail server, which on a lan it usually isn't. - Recently a lot of anti-virus software and personal firewalls started blocking programs from sending out mail due to the high number of spambot malware. A better sollution would be to store your bug report locally first and then try to send it to a webserver via http. This method is used by all the big players and preferred over smtp (mail), because : - you have proof of delivery at the client side (so you can keep it stored as long as it was not delivered correctly) - http is more likely to be allowed (outgoing) from a corporate lan. If they can surf the internet, they can send you a bugreport - if antivirus would start blocking programs from using http calls a lot of things wouldn't work any more so chances of that happening in the future are slim. This increases the reliability othis sollution - you have standard sollutions at your disposal to handle this (web services, ajax, etc...)

    Visual Basic csharp sharepoint sysadmin help

  • The best ever MSDN help page
    A allodoxaphobia

    you catch on quickly

    The Lounge php visual-studio com help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups