I will try posting for the first time .
My name is Taisuke Hori.
I’m from Fukushima,Japan.
I’m 30 year’s old.
My job is building maintenance engineer.
I enjoy reading manga.
Nice to meet you.
I want to send an alarming email to a mobile phone when the detected temperature is a predetermined value or higher.
I want to make it using an Arduino and Etherrnet Shield.
I found some ways to send alarm emails when I looked online.
They were through MailGun and Pushing Box.
I could not find their API service in Japan.
Do you know of any APIs for similar services?
I am not used to English.
This post alone took more than an hour.
Can you please tell me in simple terms?
You will need a mail service that will let you connect to their SMTP (Simple Mail Transfer Protocol) server without using TLS (Transport Layer Security, the replacement for SSL: Secure Sockets Layer). The SMTP protocol is easy to use. See: Arduino Playground - Email
Because spammers will take advantage of any unsecured SMPT server you will almost certainly be required to authenticate yourself with a username and password. More on authenticating using the PLAIN, LOGIN, and CRAM-MD5 protocols:
Thank you for your reply.
The simple answer is that is has been a good education.
I want to do it in a more convenient way.
I will study English and Arduino more.
Welcome!
Here is an alternative using raspberry pi instead of arduino:
The raspberry pi is a single board linux computer about the same price (including an sd card) as an arduino MEGA. It comes with an ethernet socket. If you share with us what temperature sensor you are using, we may be able to tell you whether you can read it using raspberry pi directly. Otherwise you can always connect your arduino to a raspberry pi.
Thank you for your reply.
Raspberry pi also try to study.
Sorry less comments and slow reply.
To study more English , so that you say thank you.
I am counting on you.