ok ci sono riuscito.
Ora però vorrei inviare testo html...
Come modifico questo codice?
With iMsg
Set .Configuration = iConf
.To = "xxx@xxx.it"
.From = "xxx@xxx.it"
.Sender = invioDa
.Subject = "Account Attivato"
.Bodypart.ContentMediaType = text/plain"
.TextBody = "ciao"
.Send
End With