SMTP

Dear all,

I want to make an application that automatic send an e-mail. I do not want to read any mail on my RCM4300 so SMTP is the best option. Only it would not work.

I tried it with a Gmail account that accepts SMTP. But I think it needed SSL.

Can anyone tell me how to make this application work and how to use SLL?

Thanks!!

STDIO:

Network default interface up at IP=192.168.1.108 mask=255.255.255.0
to:19d7
from:19ab
subject:199a
message:193D
SMTP: Resolving smtp.gmail.com
SMTP: Opening to 42F95D6D:19
SMTP: Connected
SMTP: Read: 220 mx.google.com ESMTP i39sm7198100ugd.75
SMTP: Wrote EHLO grasso.products.com
SMTP: Read: 250-mx.google.com at your service, [84.24.20.28]
SMTP: Read: 250-SIZE 28311552
SMTP: Read: 250-8BITMIME
SMTP: Read: 250-STARTTLS
SMTP: Read: 250 ENHANCEDSTATUSCODES
Error sending message

I think your problem has been resolved by now;) but for thoses who still run into the same problem:
The clue for sending email from your device is that the mail server should be local and the " to address" has to have the same domain as the server. In other words, your “to address” should be a local email address!
I hope this helps some of you!
coze I suffered a lot on this!