Hi I’m using Aspose.Mail to send an Email with an Italian PEC server (Certified email - Wikipedia).
Using c As SmtpClient = …
c.Send(mess)
End Using
No errors occurs, but on the PEC server the email seems never arrived!
Is there a way to know what happened?
Per example, a detailed log with information about the call made to the PEC server?