Hi all.
I have a code that used to work about 5 days ago before I updated my phone to iOS 15,6
Here is a code
Private Sub SendEmail(ErrorStr As String)
Try
Dim mail As SMTP
Dim Email As String="
[email protected]"
Dim Port As Int=587
mail.DebugLogs =...