|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Sending e-mail over Intranet
Hi;
I have a comments form on Intranet.And I want the information written by users on this page send to my e-mail address,and the user doesn't have to write his/her mail address on this form.We are on same domain.The free scripts use smtp but no need while sending mails over Intranet can you help me?? |
|
#2
|
||||
|
||||
|
I'll assume you want to do this using ASP.
You can use windows integrated authentication to know who has written the comment. Check out ASP's server variables ("AUTH_USER"). To do the emailing, you can simply send the email using a script which uses IIS's inbuilt SMTP service. If you're using IIS 5 (or higher), I'd recommend using the CDOSYS mailer. http://www.devarticles.com/forum/sh...ighlight=CDOSYS for more info. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > Sending e-mail over Intranet |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|