Hi everyone! I'm new to Arduino and I really need some help on my project.
The project consist different parts :
Arduino MEGA receive an email from the email server
Arduino MEGA will analyse the email and send to a handphone by using SMS
I already some sketches on receiving the email and sending the SMS to a phone but I'm really stuck on how to connect these two functions using Arduino MEGA.
Or anybody have ever try or doing this kind of project?
What email and SMS sketches are you using? I've done both, but not in the same sketch. Once you get both sketches working, it shouldn't be too difficult to combine them in a Mega.
Some cellphone service providers have an email domain that can be used to send an SMS to a phone via email. For example Verizon uses (phone number)@vtext.com for text messages (SMS) and (phone number)@vzwpix.com for images and video (MMS). If your email system allows auto-forwarding you can skip the Arduino completely.
actually the email system already had that email-forwarding function but the problem occurs during weekend, when there is nobody at the office and the system dont have enough credit to send a SMS.
that is why, if there is a system that can provide a service email to sms works perfectly especially during weekend.