FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
233 views 1 comments
by anonymous

Dear reader,

I need to input the POP3 server as a private IP for email to sms. Is this possible somehow? How is the chance for a future firmware integration?

 Only domain names are accepted

Device: RUT360, firmware RUT36X_R_00.07.01.2

Best regards

1 Answer

+1 vote
by anonymous

Hello,

To do this, you can enter any domain name in the POP3 server field and save the settings. For example:

 Then edit file /etc/config/email_to_sms via the CLI:

root@Teltonika:~# vi /etc/config/email_to_sms

config pop3 'pop3'

        option limit '5'

        option enabled '1'

        option ssl '0'

        option host '192.168.3.4'

        option port '80'

        option username 'user'

        option password 'password'

        option time 'min'

        option min '1'

        option modem_id '3-1'

To apply changes, restart "email_to_sms" service:

root@Teltonika:~# /etc/init.d/email_to_sms reload

Regards.

Best answer
by anonymous
Thank you, I will try this.