Skip to content
Advertisement

I can received the reset password mail, but it always show error code

I can received the reset password mail, but it always show error code.

this is my app code

JavaScript

if the server response the success value equals is “1”

it should be show Email successful send please check your email box.

but it’s always show Errorcom.android.volley.ServerError. and the log error is

JavaScript

when I check the link, it not get 500 error.

server code

JavaScript

And if I use

JavaScript

I cannot got email…..I don’t know why, But if I use

JavaScript

It’s fine. so what’s different?

Advertisement

Answer

the third parameter on mail function which is the message, each lines should not exceed 70 character,

You can use wordwrap to wrap the string to less than 70 character

and since $eemail will be equal to $email, the usage of $eemail will be unnecessary

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement