- This topic has 6 replies, 1 voice, and was last updated 4 years, 2 months ago by .
Viewing 6 reply threads
Viewing 6 reply threads
- You must be logged in to reply to this topic.
Home › Forums › The libraries hosted on the site › EMailSender send email with attachments › SMTP server to use with the EMailSender library › Yahoo SMTP mail suitable with SSL with esp8266 and esp32
Tagged: Information
Site: yahoo.com
To use you must create an application passord at this link, than use that passwd to connect.
i have small project (iot) i want send email via your smtp server
Hi Mohammed,
to send email from your iot project you can follow this guide
Send email with attachments (EMailSender v2.x library): esp32 and esp8266 – Part 2
ok thank you
This code that you sent to me, it writes either (text) or (function) I want to send by email the first line (text) and the second line (variable output) Can you help, thank you for everything
To clarify more
message.message = “Ciao come stai<br>io bene.<br>www.mischianti.org”;
or
int h = 0
h=h+1
message.message = (h);
Is it possible to send text on the first line and on the second line variable within one email ?
can you help please
Hi mohammed,
there is a topic with the informations you need, here you are
Send a simple mail including the value of a declared variable in the message
Bye Renzo
thank you
you are good man
thank you again
best greetings
More