You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no email sent with static IP, although connection established (different local IPs tested);
but with dynamic IP ok:
(Arduino IDE 1.8.5, board: NodeMCU 1.0)
no email sent with static IP, although connection established (different local IPs tested);
but with dynamic IP ok:
(Arduino IDE 1.8.5, board: NodeMCU 1.0)
IPAddress this_ip(192, 168, 2, 200); // this_ip(192, 168, 2, 201); this_ip(192, 168, 2, 222);
IPAddress gateway(192, 168, 2, 1); // <<< LAN Gateway IP
IPAddress subnet(255, 255, 255, 0); // <<< LAN Subnet Mask
WiFi.begin(ssid, password);
//WiFi.config(this_ip, gateway, subnet); // <<< static IP, uncommented: no email sent;
// dyn IP, outcommented: email send works
The text was updated successfully, but these errors were encountered: