SMTP Server

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,
 
T

Tom Spink

???

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
:
:
 
D

Dino M. Buljubasic

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top