jozefa
Member
Posted 9 months ago #
When an email is generated (sent) from a blog post, the email my subscribers receive has this text at the bottom (see below).
Question is, how to change that text? I could not find it anywhere in the source code?
--------- The text:
You may view the latest post at
<<<my post link>>
You received this e-mail because you asked to be notified when new updates are posted.
Best regards,
<<<my name and email>>
http://wordpress.org/extend/plugins/wp-responder-email-autoresponder-and-newsletter-plugin/
iammathews
Member
Posted 3 months ago #
I am also currently seeking the answer to this. Have you found an answer? please let me know!
jozefa
Member
Posted 3 months ago #
rajasekharan
Member
Posted 3 months ago #
Translation is still some time away but for now you can change it in line number 85 of the mail_functions.php file as seen here:
https://github.com/rajasekharan/WP-Autoresponder/blob/master/lib/mail_functions.php#L85
You will have to do it after each upgrade until translation is completed. :(