Hi everyone, since the new updates of iOS, it is possibile to set a default mail client, different from the "Mail" app from Apple.
I always used the mailcomposer to do this task. But many people (me included) uninstalled "Mail", ans setted another client.
Mailcomposer in this case will not work...
Hello.
I´m trying to implement a code to provide to users of my APP send my a mail to suggest modifications or errors.
My actual code, using Net library, and testing the mail send with my Gmail account, works properly, but Google lock each attempt to send a mail, because it don´t identifies...
Private Sub EmailAddressCheck(email As String) As Boolean
Return Regex.IsMatch("^[a-zA-Z][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$",email)
End Sub
If EmailAddressCheck("test@b4x.de") = True Then
Log("E-Mail is valid")
Else...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.