Idea: Home guardian sends e-mail when door stays open

K5CZ:
...but as novice I do not know what F macro is...

Oh, I found this:

Version 1.0 of the Arduino IDE introduced the F() syntax for storing strings in flash memory rather than RAM. e.g.
Serial.println(F("This string will be stored in flash memory"));