B
Bob Cummings
Greetings
I hope this is the correct newsgroup. I am working on a senior project
for school. One of the requirement is to have the functionality of send
email reminders from our web application. No problem we thought. We
set the value of smtpserver in the web.config file. That way we could
develop on campus and when we went out to the company that was actually
going to use this product we could just change the key in the web.config.
Well they only knew the ip address 107.334.55.6 or something like that.
Well that part of the application bombed. I have been looking for a
while now and the only examples I can find are using a string such as
"mail.uwsp.edu" or something. Is there anyway to use the ip address of
the machine hosting the smtp server?
Thanks
Bob
I hope this is the correct newsgroup. I am working on a senior project
for school. One of the requirement is to have the functionality of send
email reminders from our web application. No problem we thought. We
set the value of smtpserver in the web.config file. That way we could
develop on campus and when we went out to the company that was actually
going to use this product we could just change the key in the web.config.
Well they only knew the ip address 107.334.55.6 or something like that.
Well that part of the application bombed. I have been looking for a
while now and the only examples I can find are using a string such as
"mail.uwsp.edu" or something. Is there anyway to use the ip address of
the machine hosting the smtp server?
Thanks
Bob