When I do the test email, everything gets to my email.
Any clue what could cause this?
Then last night suddenly it sent a ton of messages. I put a test code in this morning. Log shows the message was sent, but I received nothing on my phone. I haven't gotten a failed message notification in email yet. I am wondering if it is a problem with the WIFI network I am using.
else if(
State == State.Realtime
&& Test_Message == false
)
{
Test_Message = true;
Share(@"Person_1",@"The Two Pillars are active", @" ");
}

Comment