Here is the Error message: But this email was working perfectly yesterday. I want users not to reply so I am using this email id…was there any reset done ?
Error: Sender ([email protected]) is not an authorized email address On Aug 13, 2015, at 9:06 AM, support <[email protected]> wrote: > Hi Patrice, > > I am not sure what’s going on….but looks like my email functionality alone is > not working… but all other line of code works (like DB inserts etc) but just > the Email part alone is not getting triggered. > > try > { > $message = new Message(); > $message->setSender("[email protected]"); > $message->addTo($Email_From); > $message->setSubject(’Some Error Subject'); > $message->setHtmlBody(“Some Desc"); > $message->send(); > } catch (InvalidArgumentException $e) { > // ... > } > > Any issue with my account ? It was working perfectly yesterday evening > though… and I didn’t make any changes. > -V > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/4FE1F8A7-5FDE-4408-A63B-C4628F1CA691%40gmail.com. For more options, visit https://groups.google.com/d/optout.
