473,387 Members | 1,501 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

smtpmail.smtpserver question

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

Nov 18 '05 #1
3 1293
IP should be fine. That IP is wrong though.
107.334.55.6 is not a valid IP (note that 334 is the bad part. IP's are
0-255)
I suggest you check it again.

UWSP huh? That's where I am (Stevens Point that is) :}

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Bob Cummings" <ra****@dwave.net> wrote in message
news:e1**************@TK2MSFTNGP11.phx.gbl...
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

Nov 18 '05 #2
Curt

Thanks a bunch. I will try it again. And you are correct we are here
in Stevens Point. Did you play trivia over the weekend?

Bob

PS I just made up the ip address I can not remember the one the company
gave us.

Curt_C [MVP] wrote:
IP should be fine. That IP is wrong though.
107.334.55.6 is not a valid IP (note that 334 is the bad part. IP's are
0-255)
I suggest you check it again.

UWSP huh? That's where I am (Stevens Point that is) :}


Nov 18 '05 #3
Just let me know if it works, or what the issues still is/are.

Nope, no trivia.... this year I wasn't able to get all the guys together....

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Bob Cummings" <ra****@dwave.net> wrote in message
news:uv*************@tk2msftngp13.phx.gbl...
Curt

Thanks a bunch. I will try it again. And you are correct we are here
in Stevens Point. Did you play trivia over the weekend?

Bob

PS I just made up the ip address I can not remember the one the company
gave us.

Curt_C [MVP] wrote:
IP should be fine. That IP is wrong though.
107.334.55.6 is not a valid IP (note that 334 is the bad part. IP's are
0-255)
I suggest you check it again.

UWSP huh? That's where I am (Stevens Point that is) :}

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Cameron Eckman | last post by:
I get various errors when I try to use email on the machine I have. XP professional. It works fine on another machine with NT 2000 server. Below is the code: 'BEGIN CODE Dim oMail As New...
3
by: JJBW | last post by:
Hi I am having a bit of a problem with SmtpMail. I have a bit of code that should send an email but when it is executed no email turns up. MailMessage mmNotify = new MailMessage(); ...
5
by: ElanKathir | last post by:
Hi ! I wrote one code for Send the E-mail, But that code have some problem , So please help me Here i paste my code and Error: Error: Server Error in '/Elan_Sample' Application. ...
2
by: Edward | last post by:
Hello, everybody, I tried to send Email out using ASP.NET, but failed, here is the code of sending: -------------------------------------------------------------------------------- Try...
0
by: EO | last post by:
Could someone help me understand why the following seems to be an effective band-aid for CDO object errors? smtpmail.smtpserver.insert(0,"localhost") Looking at the documentation on...
0
by: Eric van Wijk | last post by:
Hi All, After installing SP1 for Windows 2003, I'm running into the 'Error loading type library/DLL' exception when using CDO through System.Web.Mail: ...
2
by: kmbarz | last post by:
I'm trying to expand my horizons here by working through an ASP.Net book. When I do the example that uses: Line 55: Mail.From = "feedback@graymad.com" Line 56: ...
3
by: aslantifosi | last post by:
hi all, My question is about that i use a smpt server which is running on a different machine from my webserver machine. And i can authenticate with a user and password. I use SmtpMail class. i...
19
by: zdrakec | last post by:
Hello all: Using an "Imports System.Web.Mail" clause at the head of my module, and after executing the following code: Dim msg As New MailMessage msg.From = sender msg.To = recipient...
3
by: Nathan Sokalski | last post by:
I have an ASP.NET page that sends a Mail.MailMessage to several email addresses (all mine). However, one of the addresses, the one ending in @verizon.net, does not seem to be recieving the message...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.