Conversation
supportHi, thank you for great plugin. It’s working fine but when the mail is sent PHP notice appears in debug log, here it is: PHP Notice: Undefined index: copy in .../public_html/wp-content/plugins/smtp-yandex-mail-server/init.php on line 21
Is this plugin being maintained?
Hi, I could not re-create the issue. It seems all fine from my side. Thank you.
But I’m still getting this notice every time a mail is sent. Do you have any idea how I can debug this?
Hi there! I have setup the correct credentials, but mails are not being delivered! could you please let me know what could be the issue? Thanks!
I’ve just checked what is causing the issue. It’s following code from init.php if ($options['copy'] == '1') { . I found your plugin options in wp_options via phpMyAdmin and there’s indeed no “copy” there. PLease check!
I’ve just found following – than i tick “Send yourself a copy” in plugin options the corresponding record in wp_options appears but as soon as i untick options the record disappears instead of switching to “0” value.
Please fix this option saving behaviour or way you’re looking for option value in DB.
Is this plugin being maintained?
Hi, I could not re-create the issue. It seems all fine from my side. Thank you.
But I’m still getting this notice every time a mail is sent. Do you have any idea how I can debug this?
Hi there! I have setup the correct credentials, but mails are not being delivered! could you please let me know what could be the issue? Thanks!
I’ve just checked what is causing the issue. It’s following code from init.php if ($options['copy'] == '1') { . I found your plugin options in wp_options via phpMyAdmin and there’s indeed no “copy” there. PLease check!
I’ve just found following – than i tick “Send yourself a copy” in plugin options the corresponding record in wp_options appears but as soon as i untick options the record disappears instead of switching to “0” value.
Please fix this option saving behaviour or way you’re looking for option value in DB.