473,397 Members | 2,084 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,397 software developers and data experts.

Using System.Web.Mail without a relay server?

I need to using System.Web.Mail to send out notifications from my
ASP.NET application. Based on what I know, a relay enabled SMTP server
is required. Is there any way I can use a SMTP server which has relay
disabled?

thanks
Nov 18 '05 #1
2 1428
no...
That's like saying I want to drive my car without the key....

You need an accessible server to send the mail through. It can be the same
box or any other accessible SMTP server. In order for the other server to
accept the mail from your server and relay it out, it needs to have relaying
allowed.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Jinsong Liu" <jl**@waveseeker.com> wrote in message
news:n5********************************@4ax.com...
I need to using System.Web.Mail to send out notifications from my
ASP.NET application. Based on what I know, a relay enabled SMTP server
is required. Is there any way I can use a SMTP server which has relay
disabled?

thanks

Nov 18 '05 #2
Maybe I did not make myself clear. I do have access to a SMTP server,
but the relay is not allowed on that server.

My guess is I can still send notification out if my message always
originates from my SMTP server domain. (the from property set to a
valid email address on my SMTP server), even my server does not allow
relay. Am I correct?

thanks
On Fri, 10 Sep 2004 11:18:45 -0500, "Curt_C [MVP]"
<software_AT_darkfalz.com> wrote:
no...
That's like saying I want to drive my car without the key....

You need an accessible server to send the mail through. It can be the same
box or any other accessible SMTP server. In order for the other server to
accept the mail from your server and relay it out, it needs to have relaying
allowed.


Nov 18 '05 #3

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

Similar topics

3
by: Lu | last post by:
Hi, I have a redhat 9 linux machine running apache 2.0.47, mysql 4.0.15, and php 4.3.4. I have been puzzled by this mail() problem for quite a while, could someone please give me some hint on...
1
by: JSzucs | last post by:
I wrote a little code snipet in Asp.Net to send a default message to my outlook email address. That works fine, since the SMTP virtual server default domain is same domain as my outlook mail...
3
by: Shannon Clyde | last post by:
SMTP + relay + auth in an IPSEC tunnel to connect to our primary SMTP mail server (GroupWise) from the Web server looks like it would work fine, but is it the best way? I am aware of CDOSYS and...
3
by: pmud | last post by:
Hi, I have ab ASP.Net Application in which I need to send e-mail on button click. Even though my C# code for that is correct.I am getting the following error:: I think the following error can be...
0
by: James | last post by:
We're attempting to migrate a distributed app from our current Windows 2000 setup to new hardware running Windows Server 2003 SP1. Everything is working great with the exception of any piece of...
2
by: Terry Olsen | last post by:
I'm running on Windows Server 2003, Exchange 2003, ASP.NET (Framework 1.1) I can send mail using an email client, telnetting in to the SMTP port and manually sending the email, but when I try to...
8
by: _spitFIRE | last post by:
Is it possible to run a SMTP server that sends mail to recipients using standard libraries, without using twisted framework, and also without using any relay server?
8
by: | last post by:
I received an unhandles exception in my email form as follows Dim mo As System.Web.Mail.MailMessage = New System.Web.Mail.MailMessage mo.Body = "test" mo.To = femi@yahoo.com Dim a As...
11
by: Ed Bitzer | last post by:
I have been able using the namespace System.Web.Mail and its method Smtp.mail.send to mail simple text messages to a small group within our 55 and older community. I need help expanding the...
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: 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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
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...

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.