step 1: I CreateMailConfiguration("smtp.gmail.com", 465, "abc@gmail.com", "1234", true, callBack)
step2: success create step 1, then move to app42 console, add email templete.
step 3: try to sendmail ("123@hotmail.com", "event10", "THanks", "abc@gmail.com", EmailMIME.HTML_TEXT_MIME_TYPE, callBack)
question: i send the mail success, but fail to receive the email. anyidea? which step i missing?
Thanks