Host Engineering Forum

General Category => General Discussion => Topic started by: maciek on January 18, 2021, 08:17:39 PM

Title: E MAIL ISSUE
Post by: maciek on January 18, 2021, 08:17:39 PM
i am getting this warning "unexpected response from smtp sever in email" ideas
Title: Re: E MAIL ISSUE
Post by: Greg on January 20, 2021, 10:17:35 AM
You can use Do-more Logger to help troubleshoot. To enable, turn on ST36 ($EnableMsgDump), and change the value in DST61 ($SysMsgLevel) from 1 (meaning only give ERR) to 2 (meaning give both ERR and MSG). Then go to the Launchpad and in the Applications window double-click on "Do-more Logger." Once this is done, and your EMAIL instruction is executed, you will see meaningful messages displayed in the Do-more Logger window that will help you see exactly what is happening with your EMAIL and the Email Server it is attempting to connect to.

When you are finished troubleshooting don't forget to set DST61 ($SysMsgLevel) back to 1, and turn off ST36 ($EnableMsgDump).

Title: Re: E MAIL ISSUE
Post by: franji1 on January 20, 2021, 10:29:33 AM
Designer 2.8 menu Debug->Do-more Logger helps with setting/resetting those values
Title: Re: E MAIL ISSUE
Post by: Bolt on January 21, 2021, 12:39:18 PM
When you are finished troubleshooting don't forget to set DST61 ($SysMsgLevel) back to 1, and turn off ST36 ($EnableMsgDump).

Is it really necessary to revert DST61 and ST36 back when finished?  What are the drawbacks to enabling them in $tFirstScan and leaving them for entire runtime?
Title: Re: E MAIL ISSUE
Post by: BobO on January 21, 2021, 02:33:58 PM
Is it really necessary to revert DST61 and ST36 back when finished?  What are the drawbacks to enabling them in $tFirstScan and leaving them for entire runtime?

ST36 is generating an Ethernet packet for every MSG or ERR value. It isn't a killer, but you might not want the overhead.
Title: Re: E MAIL ISSUE
Post by: franji1 on January 21, 2021, 03:13:30 PM
I believe they're broadcast packets, so that affects more than just the PLC itself.
Title: Re: E MAIL ISSUE
Post by: www.SystemsIntegrator.mobi on May 06, 2021, 04:40:04 PM
i am getting this warning "unexpected response from smtp sever in email" ideas

this might mean your email was trying to get out but the email server you are using sucks


mail.lycos.com works perfectly with Do-More send email program