I am using my fake gmail account pppa@gmail.com.
I configure the this account. In the callback i am getting "succesfull configuration" message/
callback response :-
successValue : {"app42":{"response":{"success":"true","email":{"configurations":{"config":{"emailId":"ppppa@gkail.com","host":"smtp.gmail.com","port":465,"ssl":true}}}}}}
After getting these value I am trying to send the mail to my friend account.
here also i am getting "success" message
callback response :-
successValue : {"app42":{"response":{"success":"true","email":{"from":"ppppa@gkail.com","to":"biyyala.kamalakar@credencys.com","subject":"hi this kiran""}}}}.
after getting succes value. I checked the my gmail account. here I do not get mail from ppppa@gmail.com
here ppppa@gmail.com is fake account. why i am getting "succesfull configuration" and "succesfully email sent"