@New0
Check out this commit. It's to better diagnose issues like #67 - It sends log data before and after a message should be created.
Notes:
This is disabled by default.
Enable with add_filter( 'caldera_forms_pro_mail_debug', '__return_true' );
Always disable when done. having this on for regular use would be bad for end-user as it adds 2*number of things sending messages, blocking API requests and also we have to read and write those in apex logger.
@New0 Check out this commit. It's to better diagnose issues like #67 - It sends log data before and after a message should be created.
Notes:
add_filter( 'caldera_forms_pro_mail_debug', '__return_true' );