home *** CD-ROM | disk | FTP | other *** search
- <%@ Language=VBScript %>
- <% option explicit %>
- <%
- DIM objsendmail
- set objsendmail=createobject("CDONTS.NewMail")
- with objSendmail
- .FORM="pokus@pokus.cz"
- .TO="slovnicek@5d.cz"
- .SubJect="Pozdrav"
- .Send
- end with
- Set ObjSendMail=Nothing
- %>
-
-
-