You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when registering a user, a code should be sent from Email, but nothing is sent or received from me, what can be?
What the code looks like:
$ response ["error"] = false;
$ response ["message"] = "New otp has been sent to your e-mail address.";
$ response ["mail"] = $ message;
$ from = "main@engrie.ru";
$ email = "main@engrie.ru";
$ subject = "Android Learning Email Verification";
$ message = "Hello $ name, \ n \ nVerify that you own $ email. \ n \ nYou may be asked to enter this confirmation code: \ n \ n $ otp \ n \ nRegards, \ nAndroid Learning.";
$ headers = "main@engrie.ru". $ from;
The text was updated successfully, but these errors were encountered:
Hello, when registering a user, a code should be sent from Email, but nothing is sent or received from me, what can be?
What the code looks like:
$ response ["error"] = false;
$ response ["message"] = "New otp has been sent to your e-mail address.";
$ response ["mail"] = $ message;
$ from = "main@engrie.ru";
$ email = "main@engrie.ru";
$ subject = "Android Learning Email Verification";
$ message = "Hello $ name, \ n \ nVerify that you own $ email. \ n \ nYou may be asked to enter this confirmation code: \ n \ n $ otp \ n \ nRegards, \ nAndroid Learning.";
$ headers = "main@engrie.ru". $ from;
The text was updated successfully, but these errors were encountered: