M
Marcin Wiszowaty
Hello all,
I am using the code below in on my own machine to send email and it works
just fine. VB console application.
When i tried to run the same program from one of our servers it doesnt.
There isnt even an error message generated.
A collegue told me that it is because this dll is using iis and it is
installed on my maching but not on the server.
Is this true and if so how to do this without installing iis?
Thank you
Marcin
****************************************************
Dim client As New Net.Mail.SmtpClient("mail.finmedsys.com")
Dim msg As New Net.Mail.MailMessage("(e-mail address removed)", _
"(e-mail address removed)", _
"Email test program", _
ex.tostring & vbNewLine & Date.Now.ToString)
I am using the code below in on my own machine to send email and it works
just fine. VB console application.
When i tried to run the same program from one of our servers it doesnt.
There isnt even an error message generated.
A collegue told me that it is because this dll is using iis and it is
installed on my maching but not on the server.
Is this true and if so how to do this without installing iis?
Thank you
Marcin
****************************************************
Dim client As New Net.Mail.SmtpClient("mail.finmedsys.com")
Dim msg As New Net.Mail.MailMessage("(e-mail address removed)", _
"(e-mail address removed)", _
"Email test program", _
ex.tostring & vbNewLine & Date.Now.ToString)