Recent content by thomasgeorgem

  1. T

    SMTP Mail problem

    No errors being logged. One thing I noticed is when the code run in debug mode, it is not going to the _Sendcompleted event.
  2. T

    SMTP Mail problem

    Thanks for the response. The SMTP svr is configured and started. Under inetpub\mailroot , Queue and Pickup folders are there. I can see a mail message in Queue and nothing in Pickup folder. Its staying in Queue for ever. Thomas
  3. T

    SMTP Mail problem

    I have a piece of code as below. -------------------------------------------------- Dim MailServer As String = "THOMAS" Local SMTP virtual svr Dim ToEmail As String = "thomas@mydomain.com" Dim ToName As String = "Thomas George" Dim FromEmail As String = "test@mydomain.com" Dim FromName As String...
Back
Top