EmbeddedRelated.com
The 2024 Embedded Online Conference

Email Account fir SMTP

Started by Fidly in Rabbit-Semi14 years ago 10 replies

Hi Guys, I've been trying to use the SMTP feature I tried to compile SMTP.c with my Gmail, Hotmail, Yahoo or AOL, but none worked Can...

Hi Guys, I've been trying to use the SMTP feature I tried to compile SMTP.c with my Gmail, Hotmail, Yahoo or AOL, but none worked Can someone suggest me something ? Is there any compatible free email accounts that can be used with Rabbit's SMTP ? Regards, Fidly


SMTP Implementation

Started by seecwriter in Rabbit-Semi14 years ago 30 replies

I've added smtp to my app. I've turned on SMTP_VERBOSE, and below is a short snippet of the printout. All this happens during power-up....

I've added smtp to my app. I've turned on SMTP_VERBOSE, and below is a short snippet of the printout. All this happens during power-up. I haven't even tried to send an email yet. My question is, where is the "Invalid address" coming from? What address is it expecting. I initialized smtp with the following: smtp_setserver_ip(inet_addr("10.10.0.185")); strcpy(email_adrs, "m...@mydomain.com...


SMTP Email not working after calling http_handler()

Started by "mjm...@gmail.com [rabbit-semi]" in Rabbit-Semi8 years ago 2 replies

Good day, I have a web server application running quite successfully but now I need to add Email functionality. As a standalone I used the...

Good day, I have a web server application running quite successfully but now I need to add Email functionality. As a standalone I used the example SMTP.c and that works for me. However after including in my my web server app it fails if I call http_handler() before sending the email. The "Resolving" resolves my smtp server then I get "error opening socket..." Anyone with some solutions? ...


How to send mail from Gmail SMTP server ?

Started by kara_liao in Rabbit-Semi14 years ago 3 replies

Here is the SMTP.C sample from Rabbit.com, I had applied to gmail account from Google, ID: karagigabyte.gmail.com and password: 12345678 (just a...

Here is the SMTP.C sample from Rabbit.com, I had applied to gmail account from Google, ID: karagigabyte.gmail.com and password: 12345678 (just a example), I would like to send a mail via the Google SMTP Server to kara_liao@... There was no any mail from RCM3000 when I checked my mail from kara_liao@..., please help me, why ? #class auto #define TCPCONFIG 1 #define FROM "karagigabyte@..."...


RabbitWeb HTML Form CheckBox

Started by David Troike in Rabbit-Semi19 years ago 2 replies

I am trying to pass a interger from a check box and not having much success. I want to provide a check box to indicate SMTP outgoing ...

I am trying to pass a interger from a check box and not having much success. I want to provide a check box to indicate SMTP outgoing authorization. Any one else do something similar? Here is my code //---------------Variables int web_EmailServerAuth; web EmailServerAuth //----------------HTTP Cod


RCM3000 to ?

Started by Dave Moore in Rabbit-Semi12 years ago 3 replies

Hello all, I'm thinking about moving some product from the RCM3000 to something else to get out of the 10M world. I use every drop of the...

Hello all, I'm thinking about moving some product from the RCM3000 to something else to get out of the 10M world. I use every drop of the 512k flash and 512k ram on that thing, along with the serial ports. I'm also stuck at DC7.33 because I've made so many changes to that codebase over the years (http, snmp, telnet, tftp, smtp, ntp, ppp), I'm hesitant to even think about newer versi...


Can not send e-mail from gmail with sample SMTP_TLS.c

Started by "ine...@yahoo.com.ar [rabbit-semi]" in Rabbit-Semi8 years ago

Hi group. I want to send e-mails from a RCM-4010 ussing DC 10.64 ussing gmail smtp server I've set the IP address #define TCPCONFIG 1 ...

Hi group. I want to send e-mails from a RCM-4010 ussing DC 10.64 ussing gmail smtp server I've set the IP address #define TCPCONFIG 1 // 5 for DHCP #define _PRIMARY_STATIC_IP "192.168.1.55" #define _PRIMARY_NETMASK "255.255.255.0" #define MY_GATEWAY "192.168.1.1" #define MY_NAMESERVER "192.168.1.1" #define FROM "i...@gmail.com" #define SMTP_TO "o...@ine...



The 2024 Embedded Online Conference