interdev_programming thread: How to send an email to Win NT workgroup users inbox(Lan Mail)
Hi all,
help me...
problem is
Our INTRANET site uses some third party ASP mailer component to send email
to the internet. As we have to keep track of all the mails that have been
sent we tought of sending the mails to each users workgroup mail box.. So we
created mailboxs for each user.
We are using Win NT server and the users are using Win 95 and 98. we use
winproxy as our proxy server running in one users machine..
The problem is how to give the user name and host address of the workgroup
mailbox.
Kindly guide help me to solve the problem..
I have also send my mail.asp for your reference
--------------------------------------------------
Set Mail = Server.CreateObject("Persits.MailSender")
mail.Host = our host ip address
mail.FromName = user
mail.from = user@d...
mail.addaddress = "recpt@s...","recpt name"
mail.Subject = "Sample mail"
mail.Body = "Hai"
mail.Send()
set mail = nothing
---------------------------------------------------
With Regards,
P.Saravanan
psaravanan@m...