473,785 Members | 2,466 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

smtpmail.smtpse rver 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 1314
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.n et> wrote in message
news:e1******** ******@TK2MSFTN GP11.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.n et> wrote in message
news:uv******** *****@tk2msftng p13.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
2455
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 MailMessage() With oMail .From = "mypc@baxglobal.com" .To = "ceckman@baxglobal.com"
3
2021
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(); mmNotify.From = ; mmNotify.To = ; mmNotify.BodyFormat = MailFormat.Text;
5
2152
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
1800
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 Try 'SmtpMail.SmtpServer = "smtp.citiz.net"
0
1624
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 smtpmail.smtpserver at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebmailsmtpmailclasssmtpservertopic.asp there is nothing documented about an insert method. Is this some generic method that's always around? Is...
0
1831
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: ------------------------------------------- //try { // security assertion
2
1841
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: SmtpMail.SmtpServer = "localhost" Line 57: SmtpMail.Send(Mail) I get: myemail@comcast.net
3
1564
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 set the smtpserver property. but how can i authenticate with my user and pass? for ex: my user :xxxx@xxx.com pass :12345
19
3372
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 msg.Attachments.Add(New MailAttachment(attachFile)) msg.Subject = subjectString
3
1834
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 even though the other addresses are. I know the spelling is correct because I have tried sending messages from my other accounts to this address and have recieved them successfully. I also do not know of any junkmail filter that would delete the...
0
9485
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10356
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9958
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7506
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6743
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5390
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5523
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4058
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2890
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.