SMTP Server

  • Thread starter Thread starter Dino M. Buljubasic
  • Start date Start date
D

Dino M. Buljubasic

I'd like to be able to send email notificatons to users when certain acction
is done. I used Herfried's code for this and it works fine but the problem
is that I have to connect to a remote SMTP server and send messages via that
server.

The smtp.server property finds local server, but I need to access remote
SMTP server.

Any help will be appreciated,
 
???

I'm sorry, I don't understand... You can set the server property to any
server you want, remote or local.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Maybe it's a game called 'Punish the User'"


: I'd like to be able to send email notificatons to users when certain
acction
: is done. I used Herfried's code for this and it works fine but the
problem
: is that I have to connect to a remote SMTP server and send messages via
that
: server.
:
: The smtp.server property finds local server, but I need to access remote
: SMTP server.
:
: Any help will be appreciated,
:
:
: --
: Dino Buljubasic
: Software Developer
: http://rivusglobal.com
:
:
 
That is what I think should be but from some reason, this work from my
machine. However, doing the same from other computers does not do anything,
no exception gets cought but no email notification is received neither, and
I know for sure that I am calling the code. It is being called from a
thread and it works just perfect from my computer.
 
Back
Top