WPIntell

Source evidence

PHP notice

Yandex Mail SMTP Server for WordPress · support · 2019-12-06T12:43:00+00:00

complaintsentiment
mediumseverity
0.92relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 33 rows with source links

12.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
titsmaker unresolved
Hi, 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.

Comments

7 shown
titsmaker 2019-12-13T17:40:00+00:00

Is this plugin being maintained?

Ozan Canakli 2020-04-06T17:03:00+00:00

Hi, I could not re-create the issue. It seems all fine from my side. Thank you.

titsmaker 2020-04-06T17:28:00+00:00

But I’m still getting this notice every time a mail is sent. Do you have any idea how I can debug this?

stouch 2020-04-09T06:46:00+00:00

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!

titsmaker 2020-04-26T17:44:00+00:00

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!

titsmaker 2020-04-26T17:49:00+00:00

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.

titsmaker 2020-05-20T09:33:00+00:00

Please fix this option saving behaviour or way you’re looking for option value in DB.