2 sartik
mojesh poprobovat' zapisat' ASP kod uzaya komponentu CDONETS..
prochitai stayu v MSDN-e...tam est' sample
vot nazvanie stat'i - "HOWTO: Use CDONTS to Collect and Mail Information From a User"
s pomoschyu html ili JScritp or VBScript naskol'ko ya znayu nikak ne viidet.
Sample:
Code:
Set myCDONTSMail = CreateObject("CDONTS.NewMail")
myCDONTSMail.Send strFrom,strTo,strSubject,strMessage,lngImportance
Set myCDONTSMail = Nothing
Write "Mail has been sent."