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
R

Remc0

@Remc0
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Start-up network admins read this:
    R Remc0

    I think you are missing the main point. What do you suppose to do at work ? Yes, right.....work. When a company blocks websites that are not related to work (sexual, video, chat etc..etc..). It says more about the employees then the company. Appearantly the employees don't have the common sense to do some private surfing at home. You get paid to work, not to be "at" work.

    The Lounge sysadmin data-structures tools question

  • [.Net 2.0] Mailmessage only sends to 1 receiptent
    R Remc0

    I'm trying to send an email from a website with mailmessage. It works all fine, but... Only 1 recipient will get the message. Other recipients or cc's won't get delivered. The recipient that gets the email can see in the header that the message is send to multiple recipients and cc's. I'm sure the email adresses are correct. I tried sending them in the same domain, other domains etc... When I send the message to a file, it also looks OK. There are also no errors thrown. What am I doing wrong ?

    Const ToAddress As String = "remco@a.nl"
    Const fromaddress As String = "test@a.nl"

    Dim mm As New MailMessage(fromaddress, ToAddress)
    mm.CC.Add(New MailAddress("corinda@a.nl"))
    mm.To.Add(New MailAddress("corinda@a.nl", "Jan A"))

    mm.Subject = "onderwerp"
    mm.Body = "Inhoud"
    mm.IsBodyHtml = False

    Dim smtp As New SmtpClient
    smtp.Send(mm)

    ASP.NET csharp question

  • IE 7 and IE 6 at the same time
    R Remc0

    Look at this: http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx[^] And this one http://tredosoft.com/Multiple_IE[^]

    The Lounge career
  • Login

  • Don't have an account? Register

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