<%
' Sending email
Set myMail=CreateObject("CDO.Message")
myMail.From="
[email protected]"
myMail.To="
[email protected]"
myMail.Cc="
[email protected]"
myMail.Bcc="
[email protected]"
myMail.Subject="This is a test email"
myMail.TextBody="This is a test message."
myMail.Send
set myMail=nothing
%>
şöyle bir şey buldum ama? google'da aratmış mıydınız hiç bu soruyu?
exchange server üzerinden .net ile gönderme hadisesini yaptımdı geçenlerde. .net'in kendi kütüphanelerini kullanmıştım, ve şunlar yeterli olmuş idi;
host adresi, port (smtp için default 25'tir), maili yollayacak adamın kullanıcı adı + şifresi, smtp delivery method'U network idi.
www.petri.co.ilneblim başka bilemedim