Skip to content

Verification.php error #8

Description

@EngrieS

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions