wp-email icon indicating copy to clipboard operation
wp-email copied to clipboard

Allows people to recommend/send your WordPress blog's post/page to a friend.

Results 3 wp-email issues
Sort by recently updated
recently updated
newest added

While configuring this plugin, I noticed that when I used the setting for the popup, it never did. Instead, it opens a new page just like it would. Example: mydomain.com/emailpopup/...

I've tried setting the Sender with phpmailer_init action but that did nothing. ``` php function mail_return_path( $phpmailer ) { $phpmailer->Sender = '[email protected]'; } add_action( 'phpmailer_init', 'mail_return_path' ); ``` Any help...

uses WP actions to get Sender and Receivers details and adds them to separate lists in mailchimp. Mail chimp is configured in admin panel