When I press on Send Button in log show Mail Sent But Actually mail not sent. Please help me my code below. Why Mail not sent?
GMailSender.java>
You need to import lib BackgroundMailLibrary
BackgroundMailLibrary
BackgroundMail bm = new BackgroundMail(PasswordChangeActivity.this); bm.setGmailUserName(mail id); bm.setGmailPassword(Utils.decryptIt(password)); bm.setMailTo(ownerEmail); bm.setFormSubject(subject); bm.setFormBody(body); bm.send();