Android Question Weird problem sending mail

imbault

Well-Known Member
Licensed User
Longtime User
Till now, I'd no problem

Using
B4X:
    Dim message As Email
    Dim cBody As String

        message.To.Add(Main.mail_sendpi)
        message.Subject="Demande d'accès Smile"
        cBody =  "Utilisateur : "& EditLogin.text & CRLF &  "DeviceId : " & Main.SmileLogon.deviceid & CRLF & CRLF
        cBody = cBody & "Site de travail (Laboratoire ou nom de l'agence Mesure) : "
        message.Body =  cBody
        StartActivity(message.GetIntent)

But this day the StartActivity(message.GetIntent) show me the screen:


 

imbault

Well-Known Member
Licensed User
Longtime User
Yep, the exact code worked before, I just restarted the device, and same result
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…