e-mail

  1. M

    iOS Question Open DEFAULT mail client - Mailcomposer does not work anymore

    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...
  2. L

    Android Question Send mail using SMTPClient from Net library

    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...
  3. Alexander Stolte

    Android Code Snippet [B4X] Check Valid E-Mail Format

    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("[email protected]") = True Then Log("E-Mail is valid") Else...
Top