Internet PLC Forum
General => Technical support => Topic started by: mashuli on September 12, 2013, 09:28:44 AM
-
??? :'(
I am trying to send emails with my nano plc, I can send email if it is connected to serial port and it works well as described in the manual when i have to run TLserver.
How can I configure and send email if my Nano is connected to a router? where nano 10 is in a remote but connected to the network through ethernet port so it can report events by sending emails?
Thanks
-
If your ISP allows you to use their SMTP server without login username or password, then you can follow the example in the sample program: TestEthernet.PC6
You will need to setup the SMTP server IP address and port number in the Ethernet & ADC Configuration. Please refer to Chapter 2 of your PLC's user's manual.
If you need to use the SMTP server that requires authentication then there are several ways as described in the following thread:
http://www.triplc.com/yabbse/index.php?board=2;action=display;threadid=1608