|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Smtp
how would i go about setting the SMTP up on my IIS???
|
|
#2
|
|||
|
|||
|
Would asking what IIS version be too much?
In W2K/XP open the IIS management console found in Administrative Tools. You set up the IIS SMTP server there.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
||||
|
||||
|
i have IIS VS. 5.1, i've tryed every thing from the help files to missing around with it my self and the only thing that i was able to do is send a Test email but i wasn't able to send one back to the server.
|
|
#4
|
|||
|
|||
|
And ... ?
|
|
#5
|
||||
|
||||
|
and i need help setting it up correctly. like a step by step instractions on how to set up my SMTP on my IIS and how to get it working right
|
|
#6
|
|||
|
|||
|
In the IIS MMC right-click on the Virtual SMTP Server node, open the properties, and set everything as you require. There is online help available.
There may be some articles at www.iisfaq.com |
|
#7
|
||||
|
||||
|
what does MMC mean again??
|
|
#8
|
|||
|
|||
|
MMC is an abbreviation for Microsoft Management Console. Which is what the IIS management tool is one of. See my first reply to your question.
|
|
#9
|
||||
|
||||
|
do i have to have this (SMTP) for me to be able to send a e-mail from a form. like when some one signs up the form adds them to the database first then sends an e-mail to an e-mail account on yahoo?
|
|
#10
|
|||
|
|||
|
Quote:
If you want code to generate an email you need some email component like CDONTS or CDOSYS, and you need a SMTP engine either the IIS SMTP or if your email component allows it, some other SMTP server. I use a component that sends mail from my hosted SMTP server. I don't use CDO, I believe you need to use the server's SMTP server with CDONTS or CDOSYS. |
|
#11
|
||||
|
||||
|
so i take that as a 'NO', well then all i got to say is "CRAP & oh well"
|
|
#12
|
|||
|
|||
|
Take it as "YES" you need SMTP (somewhere) to send Internet email from your code.
|
|
#13
|
||||
|
||||
|
Quote:
opps ya thats what i meant to say... my bad...lol |
|
#14
|
|||
|
|||
|
If you have any specific configuration questions ask. You might look for some basic SMTP tutorials, because if you don't have a good understanding of how Email works you'll have a pretty hard time figuring out how to configure a mail server.
![]() |
|
#15
|
||||
|