Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

How to send an email from an IIS based form?

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS properties window doesn't show  
Author Message
imloving

External


Since: May 27, 2004
Posts: 9



(Msg. 1) Posted: Thu Jul 01, 2004 2:49 pm
Post subject: How to send an email from an IIS based form?
Archived from groups: microsoft>public>inetserver>iis, others (more info?)

We have IIS 6.0 installed, also Exchange 2003 on the server. What we want to
do is create a form on a page that has a place to type out a message. And a
submit button.

The submit button would take the message that was typed via web form and
would deposit it as a new mail message to webmaster RemoveThis @domain.com which is
already setup in the exchange server to route to an actual person.

Does anyone know how this can be accomplished?

--
Reply to group. Thanks!

 >> Stay informed about: How to send an email from an IIS based form? 
Back to top
Login to vote
jmaltz

External


Since: Aug 22, 2003
Posts: 710



(Msg. 2) Posted: Thu Jul 01, 2004 5:51 pm
Post subject: Re: How to send an email from an IIS based form? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Yes, but which programming language do you want it in? ASP? ASP.NET?

Google for "send messages with CDO"

--
--Jonathan Maltz [Microsoft MVP - Windows Server, Virtual PC]
<a style='text-decoration: underline;' href="http://www.visualwin.com" target="_blank">http://www.visualwin.com</a> - A Windows Server 2003 visual, step-by-step
tutorial site Smile
<a style='text-decoration: underline;' href="http://vpc.visualwin.com" target="_blank">http://vpc.visualwin.com</a> - Does <insert OS name> work on VPC 2004? Find out
here
Only reply by newsgroup. I do not do technical support via email. Any
emails I have not authorized are deleted before I see them.


"AOrlando" <imloving DeleteThis @the.spam> wrote in message
news:10e8n2m1cut4g3b@news.supernews.com...
 > We have IIS 6.0 installed, also Exchange 2003 on the server. What we want
to
 > do is create a form on a page that has a place to type out a message. And
a
 > submit button.
 >
 > The submit button would take the message that was typed via web form and
 > would deposit it as a new mail message to webmaster DeleteThis @domain.com which is
 > already setup in the exchange server to route to an actual person.
 >
 > Does anyone know how this can be accomplished?
 >
 > --
 > Reply to group. Thanks!
 >
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: How to send an email from an IIS based form? 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 3) Posted: Thu Jul 01, 2004 11:42 pm
Post subject: Re: How to send an email from an IIS based form? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 1 Jul 2004 11:49:27 -0700, "AOrlando" <imloving.DeleteThis@the.spam>
wrote:

 >We have IIS 6.0 installed, also Exchange 2003 on the server. What we want to
 >do is create a form on a page that has a place to type out a message. And a
 >submit button.
 >
 >The submit button would take the message that was typed via web form and
 >would deposit it as a new mail message to webmaster.DeleteThis@domain.com which is
 >already setup in the exchange server to route to an actual person.
 >
 >Does anyone know how this can be accomplished?

FAQ:

How do I send e-mail from ASP?
<a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2119" target="_blank">http://www.aspfaq.com/show.asp?id=2119</a>

<a style='text-decoration: underline;' href="http://www.iisfaq.com/Default.aspx?tabid=2481" target="_blank">http://www.iisfaq.com/Default.aspx?tabid=2481</a>

<a style='text-decoration: underline;' href="http://www.aspin.com/home/tutorial/email" target="_blank">http://www.aspin.com/home/tutorial/email</a>

Or Google for any number of possibilities.

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How to send an email from an IIS based form? 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 4) Posted: Thu Jul 01, 2004 11:52 pm
Post subject: Re: How to send an email from an IIS based form? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 1 Jul 2004 11:49:27 -0700, "AOrlando" <imloving.RemoveThis@the.spam>
wrote:

 >We have IIS 6.0 installed, also Exchange 2003 on the server. What we want to
 >do is create a form on a page that has a place to type out a message. And a
 >submit button.
 >
 >The submit button would take the message that was typed via web form and
 >would deposit it as a new mail message to webmaster.RemoveThis@domain.com which is
 >already setup in the exchange server to route to an actual person.
 >
 >Does anyone know how this can be accomplished?

There are a number of free components which will do this for you, so
that you don't have to re-invent the wheel. Two that spring to mind
are :

<a style='text-decoration: underline;' href="http://www.dimac.net/default.asp" target="_blank">http://www.dimac.net/default.asp</a>

<a style='text-decoration: underline;' href="http://www.aspemail.com/" target="_blank">http://www.aspemail.com/</a>

Loads more here :

<a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2119" target="_blank">http://www.aspfaq.com/show.asp?id=2119</a>


Regards,

Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How to send an email from an IIS based form? 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 2972



(Msg. 5) Posted: Thu Jul 01, 2004 11:57 pm
Post subject: Re: How to send an email from an IIS based form? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,

ASP:
<a style='text-decoration: underline;' href="http://www.w3schools.com/asp/asp_send_email.asp" target="_blank">http://www.w3schools.com/asp/asp_send_email.asp</a>
<a style='text-decoration: underline;' href="http://www.ilopia.com/Articles/WindowsServer2003/CDO.aspx" target="_blank">http://www.ilopia.com/Articles/WindowsServer2003/CDO.aspx</a>

ASP.NET:
<a style='text-decoration: underline;' href="http://www.developer.com/net/asp/article.php/3096831" target="_blank">http://www.developer.com/net/asp/article.php/3096831</a>


--
Regards,
Kristofer Gafvert - IIS MVP
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">http://www.ilopia.com</a> - When you need help!


"AOrlando" <imloving.TakeThisOut@the.spam> wrote in message
news:10e8n2m1cut4g3b@news.supernews.com...
 > We have IIS 6.0 installed, also Exchange 2003 on the server. What we want
to
 > do is create a form on a page that has a place to type out a message. And
a
 > submit button.
 >
 > The submit button would take the message that was typed via web form and
 > would deposit it as a new mail message to webmaster.TakeThisOut@domain.com which is
 > already setup in the exchange server to route to an actual person.
 >
 > Does anyone know how this can be accomplished?
 >
 > --
 > Reply to group. Thanks!
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: How to send an email from an IIS based form? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
I can't send email with any ASP scripts - I am trying to send an email from a from a form on W2k, SP4, IIS5.0. I do specify our inhouse SMTP and other criterias, yet most of my forms don't work, the ones that do don't get to send the emails even after they said they have. I have installed Cdonts...

How to send Undelivered Mail to a particular Email Address.. - I have the following problem: When CDO for Windows 2000 or CDO NTS 1.2 send an Email I want to forward it to a particular email address if it's undelivered (it hasn't reached the destination address) I want to send it to a particular email adress with a....

Problems with Publisher 2003 Form, submit via email - I am using Small Bussiness Server 4.5 with IIS 4.0 and FrontPage98 server extensions 3.0.2.1105. I have created a web form in Publisher2003 and set the submit property to email me at below address. Publisher warns that "To use this option, confirm t...

2003 web server edition and smtp frontpage form email issue - When I use a form on a website that and attempt to send the results via email it fails. I receive the following error on the website: FrontPage Error. User: please report details to this site's webmaster. Webmaster: please see the server's..

Emailing form results using an Email server that requires .. - Hi, Using FrontPage we email form results to a recipient. The problem we are having is that the email server requires authentication (so that spammers can't abuse our server). IIS does not give us a way to tell it to authenticate with the email server.....
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]