• Hey there,

    Great plugin! As an admin, I’m receiving emails when users create a post that needs approval.

    Is there any way to edit the actual email I receive?
    1. I’d like to change the from ‘WordPress’.
    2. I’d like to include the image from the post in the email.
    3. I’d like to potentially remove some of the details from the email.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

      I use this pretty simple plugin “WP Mail From II”. It does the work.
      Mmm… I am not sure this is easily implementable… but see the next point, it might help
      I have done some little hack in the code to add/edit the body of sent notifications. It works. I am sure it is NOT best practice but if you’d like to give it a try just start from the page php page /<your-WP-installation-root>/wp-content/plugins/edit-flow/modules/notifications/notifications.php.
      Look for this 2 sections and strart tweaking the code:

      // Email subject and first line of body
      [...]
      // Email body

      Please make a backup copy of the original notifications.php just in case!

    Regards,
    Claudio

    • This reply was modified 8 years, 1 month ago by ztank.
    • This reply was modified 8 years, 1 month ago by ztank. Reason: formatting
    • This reply was modified 8 years, 1 month ago by ztank. Reason: formatting
    • This reply was modified 8 years, 1 month ago by ztank.
    • This reply was modified 8 years, 1 month ago by ztank.

    Hi,

      1. I use this pretty simple plugin “WP Mail From II”. It does the work.
      2. Mmm… I am not sure this is easily implementable… but see the next point, it might help
      3. I have done some little hack in the code to add/edit the body of sent notifications. It works. I am sure it is NOT best practice but if you’d like to give it a try just start from the php page /<your-WP-installation-root>/wp-content/plugins/edit-flow/modules/notifications/notifications.php.
      Look for this 2 sections and start tweaking the code:

      // Email subject and first line of body
      [...]
      // Email body

      Please make a backup copy of the original notifications.php just in case!

    Regards,
    Claudio

    • This reply was modified 8 years, 1 month ago by ztank. Reason: typo
    • This reply was modified 8 years, 1 month ago by ztank. Reason: another typo :)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Edit Admin Email’ is closed to new replies.