SMTPClient
SMTPClient copied to clipboard
An Arduino library to send emails to an SMTP server
Results
2
SMTPClient issues
Sort by
recently updated
recently updated
newest added
# import "Arduino.h" # import "Client.h" # import "Mail.h"
I change to _client->print("EHLO 192.168.1.1"); and work. It's quit strange that your library work without hostname!?