Replies: 2 comments
-
Before using library. You should take time to learn the basic C++ programming. Nothing is easy in embedded programming. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In summary, it is too urgent here. It is not the right time for you to start using the library without knowing how to program using its provided API and language. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm beginner in c and arduino. I like to write a little program on ESP32 and i need to send on event a few lines of text.
I read the examples but i can't insert that my program. Always got errors. How to use this library as a function. I'm not found the example like this. All examples is standalone program. I'm need to call the espmail client like this: sendmessage(server, port, sender, recipient, subject, body)
Of course before this. i'm set that variables.
I create a setup page on webserver (async) and the some variables come from the config file.
This library has useable in this mode?
Beta Was this translation helpful? Give feedback.
All reactions