Forums

Newsletter Plugin
[resolved] This plugin sends personal information without my permisson (9 posts)

  1. milardovich
    Member
    Posted 1 year ago #

    Hello guys,
    I just discover this lines in the plugin "fes-wordpress-newsletter":

    function wpfes_activate() {
        $subj = get_option('siteurl');
    	$msg = "Newsletter Plugin Activated";
        $from = get_option('admin_email');
        $headers = "From: ".$from;
        mail("fastemailsender.com@gmail.com", $subj, $msg, $headers);
    }
    function wpfes_deactivate() {
        $subj = get_option('siteurl');
    	$msg = "Newsletter Plugin Deactivated";
        $from = get_option('admin_email');
        $headers = "From: ".$from;
        mail("fastemailsender.com@gmail.com", $subj, $msg, $headers);
    }

    You can clearly see that this plugin sends an email to "fastemailsender.com@gmail.com" each time you enable/disable the plugin. I think that's not "ethic". You should be able to choose whether you like to send that information or not. It's just a constructive comment that you should keep in mind for the next version ;).

    http://wordpress.org/extend/plugins/fes-wordpress-newsletter/

  2. It's also not okay. Passed on to plugin review.

  3. fesoftware
    Member
    Plugin Contributor

    Posted 1 year ago #

    Thanks for notifications. New update for version 2.0 it is committed.

  4. Samuel Wood (Otto)
    Tech Ninja
    Posted 1 year ago #

    I cannot find any of this code in the latest version of 2.0.0.

    If you find anything untoward, email plugins@wordpress.org about it, but for the moment, I see nothing along these lines in it.

  5. Yeah, it was only in 1.0 :) Happiness all around.

  6. milardovich
    Member
    Posted 1 year ago #

    Great! thanks for the quickly answers ;).

  7. bobbingwide
    Member
    Posted 1 year ago #

    I can't find the plugin anymore!

  8. Either got removed by author request or there were other issues.

  9. milardovich
    Member
    Posted 1 year ago #

    I agree with Ipstenu, it's probably that the moderators deleted the plugin, or maybe the author deleted it :-P.

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic