473,698 Members | 2,554 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

System.Web.Mail - new questions..

VJ
Can I use System.Web.Mail functions and send mail through any SMTP server
that has authentication or does the Server has to be Microsoft Exchange
based server ??

Can a email server be prevented from being a relay server?? (Not sure if
this is answered in here... but any help is appreciated)

Vijay
Nov 19 '05 #1
3 1035
Authentication :
http://www.systemwebmail.com/faq/3.8.aspx

Re relay server : set it so it only accepts mail from 127.0.0.1

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"VJ" <vi********@yah oo.com> wrote in message news:uc******** *****@TK2MSFTNG P15.phx.gbl...
Can I use System.Web.Mail functions and send mail through any SMTP server that has
authentication or does the Server has to be Microsoft Exchange based server ??

Can a email server be prevented from being a relay server?? (Not sure if this is
answered in here... but any help is appreciated)

Vijay

Nov 20 '05 #2
VJ
Ok Thanks for the reply, I got the relay part..

But I was not looking for authentication methods. I was asking can I send
mail using ASP.NET Webamil to any mail server or does the mail server has to
be Microsoft Exchange Mail Server.

Vijay

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:up******** *****@TK2MSFTNG P15.phx.gbl...
Authentication :
http://www.systemwebmail.com/faq/3.8.aspx

Re relay server : set it so it only accepts mail from 127.0.0.1

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"VJ" <vi********@yah oo.com> wrote in message
news:uc******** *****@TK2MSFTNG P15.phx.gbl...
Can I use System.Web.Mail functions and send mail through any SMTP server
that has authentication or does the Server has to be Microsoft Exchange
based server ??

Can a email server be prevented from being a relay server?? (Not sure if
this is answered in here... but any help is appreciated)

Vijay


Nov 20 '05 #3
Yes, you can send mail to any mail server.

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"VJ" <vi********@yah oo.com> wrote in message news:u8******** ******@TK2MSFTN GP14.phx.gbl...
Ok Thanks for the reply, I got the relay part..

But I was not looking for authentication methods. I was asking can I send mail using
ASP.NET Webamil to any mail server or does the mail server has to be Microsoft Exchange
Mail Server.

Vijay

"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:up******** *****@TK2MSFTNG P15.phx.gbl...
Authentication :
http://www.systemwebmail.com/faq/3.8.aspx

Re relay server : set it so it only accepts mail from 127.0.0.1

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
=============== =============== ========
"VJ" <vi********@yah oo.com> wrote in message
news:uc******** *****@TK2MSFTNG P15.phx.gbl...
Can I use System.Web.Mail functions and send mail through any SMTP server that has
authentication or does the Server has to be Microsoft Exchange based server ??

Can a email server be prevented from being a relay server?? (Not sure if this is
answered in here... but any help is appreciated)

Vijay



Nov 20 '05 #4

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

Similar topics

0
391
by: remove | last post by:
The original message was included as attachment test; hi; hello; Mail Delivery System; Mail Transaction Failed; Server Report; Status; Error; Test; Hi; Hello; Encrypted Mail; Virus sample; abuse?; feel free to use it; Excel file; Details; fake; read it immediately; something for you; information; order; encrypted document; file is bad; your document; your archive; re: unknow; re: questions; report; is that your account?; re: protected...
5
413
by: jose luis fernandez diaz | last post by:
Hi, In the program below: #include <stdio.h> #include <stdlib.h> #include <errno.h> using namespace std; int main()
3
4432
by: DotNetGruven | last post by:
System.Web.Mail.SmtpMail.SmtpServer = "10.50.7.160"; System.Web.Mail.SmtpMail.Send(mailMessage.From, mailMessage.To, mailMessage.Subject, mailMessage.Body); What could cause this exception to be thrown in code behind on an XP Pro development machine? - Do I need to install CDONTS? Something else??
12
1242
by: Ricky | last post by:
I am using the System.web.mail component in my application being developed in VB.NET 1) Does sending email using System.web.mail work/run only on WinNT,2000 and XP Operating systems. 2) Does sending email using this component need IIS installed on the machines from where the email is being sent?
2
2919
by: JohnB | last post by:
hi I am using System.Web.Mail.MailMessage to send email. Is there any way to keep the email to "Sent Items" Folder?? I use Microsoft Outlook as my email tool. Thanks
7
2166
by: GeorgeAtkins | last post by:
I want to create a web-based form or page that consists of a series of formatted questions and answers. The form will resemble an existing paper form. When the form is filled in, I want the user to submit the form via e-mail and have the complete form with answers sent, not just the data. That is, the recipient should be able to open the attachment and see (and print) the complete, formatted form. It seems to me that solutions simply...
11
3464
by: justsome_newbie | last post by:
Hello experts! I'm trying to send mail from my C# Asp.Net webpage. I used the code samples at www.systemnetmail.com but it still won't send. I think the problem is on the iis or exchange server side but I can't find any tutorials on how to configure the server(s). Any good links for this? Any advice is welcome!
11
3503
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 programs capabilities. Searching this forum I did not find any related information so if I have chosen poorly, I would appreciate a suggestion of a more appropriate dotnet forum. Now what I wish is the ability to send bcc's rather than to: (would be...
5
8321
by: Henry Stock | last post by:
I am trying to understand the following error: Any thing you can tell me about this is appreciated. Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: for the permission of type
0
8685
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8612
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
9171
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
9032
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7743
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6532
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
4625
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2342
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2008
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.