473,379 Members | 1,367 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,379 software developers and data experts.

sending email through a web site

11
Hello

I want to build a web site and send email to the site’s subscribers....
The question is what do I need to perform this action??

Note that I will build my site using ASP.NET & VB.NET

Thanks in advance
Mar 9 '07 #1
3 1025
Frinavale
9,735 Expert Mod 8TB
Hello

I want to build a web site and send email to the site’s subscribers....
The question is what do I need to perform this action??

Note that I will build my site using ASP.NET & VB.NET

Thanks in advance
You will need:
System.Net.Mail.MailMessage
It will provide you with the means to send emails. I suggest looking it up to see what tools it offers you and how to use them.

Since you'll likely have to provide email credentials in order to use the email services you will probably also need.
System.Net.NetworkCredential

Cheers!

-Frinny
Mar 9 '07 #2
assor
11
Ok do I need to have a server...?

Look I don't know anything I'm new in this language...

Can you explain in more deep way please...?

I want you to learn me step by step....

Thanks in advance
Mar 9 '07 #3
Frinavale
9,735 Expert Mod 8TB
Ok do I need to have a server...?

Look I don't know anything I'm new in this language...

Can you explain in more deep way please...?

I want you to learn me step by step....

Thanks in advance
There are Many posts here on the script covering how to send an email. There is also a lot of information out there on the internet that provide you with good examples to get you started. But since you're new to the language I'll point you in the right direction.

Since you are developing a .NET application it will need to run on a web server that uses IIS. This web server does not need to be running a mail server in order for you to send emails....it just needs to be running .NET Framework 2.0

Please look at the information provided on MSDN concerning System.net.mail for more information and some examples on how to send an email.

Try using the System.Net.Mail objects to send an email and if you have a specific question about a problem feel free to post about it.

Cheers

-Frinny
Mar 9 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Owen | last post by:
I am sending email using CDO but it only seems to work when the "To" address is within the same domain as mine. When I send to an outside domain (eg. yahoo.com) the mail simply does not reach...
4
by: Francois Keyeux | last post by:
hello everyone: i have a web site built using vbasic active server scripting running on iis (it works on either iis 50 and 60, but is designed for iis 50) i know how to create a plain text...
5
by: BaWork | last post by:
I have a web form where a client can select which site members to send an email to. This form is populated from the contents of the member table, so the form can have 0-x names listed on it...
1
by: festivalman | last post by:
Hi, sorry if this is in the wrong spot. Finding the newsgroups on MS's site could have been easier Here's my problem I've got some old asp's that are running our simple web site. In a section,...
5
by: Vishal | last post by:
Hello, I already asked this question in the ASP.NET forums, but no help came. So I am hoping that somebody can help me out. This is really very URGENT me. For my e-commerce application, I...
4
by: splicemix | last post by:
Hi all, I have recently set up a Drupal website. I am a beginner. My shared host server does not allow nobody@localhost to send emails, and prevents access to php.ini, so I spent some time...
1
by: Eric Sheu | last post by:
Greetings, I have been searching the web like mad for a solution to my SMTP problem. I am using Windows Server 2003 and ASP.NET 2.0 w/ C# to send out e-mails from a web site I have created to...
7
by: undbund | last post by:
Hi I am creating a newsletter system. The software should run from desktop computer (localhost) but be able to send email to anyone on the internet. Can you guys give me some ideas on how to...
10
by: Markgoldin | last post by:
I am sending an XML data from not dontnet process to a .Net via socket listener. Here is a data sample: <VFPData> <serverdata> <coderun>updateFloor</coderun> <area>MD2</area>...
5
by: Mr. X. | last post by:
Hello, What may be the problem of sending email via my site. I use something like : (VB - on aspx page) dim mail as new MailMessage mail.from = support@mysite.com (this email is correct...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.