1

getting these errors when an entry is updated. It is supposed to send an email to a mailing list using mx notify control:

A PHP Error was encountered

Severity: Notice

Message: Undefined index: From

Filename: libraries/Email.php

Line Number: 1584

A PHP Error was encountered

Severity: Notice

Message: Undefined index: From

Filename: libraries/Email.php

Line Number: 1190

A PHP Error was encountered

Severity: Notice

Message: Undefined index: Return-Path

Filename: libraries/Email.php

Line Number: 885

A PHP Error was encountered

Severity: Notice

Message: Undefined index: Return-Path

Filename: libraries/Email.php

Line Number: 1747

A PHP Error was encountered

Severity: Notice

Message: Undefined index: From

Filename: libraries/Email.php

Line Number: 1190

A PHP Error was encountered

Severity: Notice

Message: Undefined index: Return-Path

Filename: libraries/Email.php

Line Number: 885

A PHP Error was encountered

Severity: Notice

Message: Undefined index: Return-Path

Filename: libraries/Email.php

Line Number: 1747

A PHP Error was encountered

Severity: Notice

Message: Undefined index: From

Filename: libraries/Email.php

Line Number: 1190

A PHP Error was encountered

Severity: Notice

Message: Undefined index: Return-Path

Filename: libraries/Email.php

Line Number: 885

A PHP Error was encountered

Severity: Notice

Message: Undefined index: Return-Path

Filename: libraries/Email.php

Line Number: 1747

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/tanyacol/admin/codeigniter/system/core/Exceptions.php:170)

Filename: libraries/Functions.php

Line Number: 809

A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at /home/user/admin/codeigniter/system/core/Exceptions.php:170)

Filename: libraries/Functions.php

Line Number: 414
7
  • Can you check the MX Notify Settings if having "From Email" for that notification. Commented Jul 23, 2013 at 6:01
  • Yes the From name and email are both filled in on the settings page. I am sending to a mailing list so the to email is blank and the mailing list is selected. Commented Jul 23, 2013 at 11:14
  • I have tried php and SMTP and get the same results. It is like it send the email to the first person on the list and then not the rest. I believe in the errors above I am getting a set of errors for each email on the list. The bigger the list the more errors are displayed. Commented Jul 23, 2013 at 12:10
  • which version of EE you are using? Commented Jul 23, 2013 at 12:27
  • EE ver 2.6.0 & MX Notify Control 2.4.6 (current) Commented Jul 23, 2013 at 13:59

1 Answer 1

1

(as provided by the extension developer) The proper "To Email" field syntax is {author_email}, not {mbr_email} as it says in the instructions for the extension settings. I am assuming the same goes for the other variables.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.