I am using a RCM3710 and am trying to execute the smtp_sendmail function. However, Dynamic C (version 9.62) always times out.
I called sock_init in main() and confirmed that it completed correctly.
I have placed smtp_sendmail within a conditional statement inside a TimerBRoutine function. Could the ISR I have be interfering with the execution of the smtp_sendmail function?
Any help would be appreciated. If necessary I can post my code.