Hi ,
I looks like this does not return true , the Emial is send but this does not return true
does anyone has this problem ?
thanks AH
or
I looks like this does not return true , the Emial is send but this does not return true
does anyone has this problem ?
thanks AH
B4X:
Sub smtpx_MessageSent(Success As Boolean)
If Success=True Then
End If
If Success=False Then
msgb.Show("Email failed to send " & CRLF & LastException , "Email")
End If
End Sub
or
B4X:
Wait For smptx_MessageSent(Success As Boolean)
If Success Then
fx.Msgbox(perpmainsheet," THE EMIAL HAS BEEN SENT ","EMIAL SENT")
Else
fx.Msgbox(perpmainsheet,"EMIAL ERROR " & CRLF & LastException ,"EMIAL NOT SENT")
End If
Last edited: