ciao...
non ho toccato nulla...ho sempre spedito mail con questo codice
for each mydatagriditem in mail.items
sel=mydatagriditem.findcontrol("a")
if sel.checked then
session("mail_spedita")="ciao"
st=ctype(mydatagriditem.findcontrol("val"),label). text
msg.Subject = ogg
msg.BodyFormat = MailFormat.Html
msg.Body = bod
msg.To = st
msg.From = mit
try
SmtpMail.Send(msg)
catch ex as Exception
end try
end if
SmtpMail.SmtpServer="mail.aruba.it"
next
da un giorno all'altro non arriva più niente e non mi da neanche errori
cioè mi dice mail spedite ma non arriva nulla
Il server è aruba, ho chiesto anche a loro ma.....figurarsi!
Grazie