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("bk.do.not.re...@gmail.com");
  $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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/A4052ED3-3BF7-4F4B-9180-AFB592095F07%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to