T
tommaso.gastaldi
Hi. I have been implementing a simple email notification system using
the
handy class SmtpClient:
With SmtpClient
.Host =MailServer
.Send(MailMessage)
'...
now my client is asking also for a SMS notification. Never done before.
Is there a simple way to implement it? Suggestions?
I have seen this one:
http://www.codeworks.it/net/VBNetRs232.htm
but it does not seem very handy. Looking for something simple and more
high level.
-tom
the
handy class SmtpClient:
With SmtpClient
.Host =MailServer
.Send(MailMessage)
'...
now my client is asking also for a SMS notification. Never done before.
Is there a simple way to implement it? Suggestions?
I have seen this one:
http://www.codeworks.it/net/VBNetRs232.htm
but it does not seem very handy. Looking for something simple and more
high level.
-tom