- This topic has 6 replies, 2 voices, and was last updated 10 years, 7 months ago by
Pie Register.
- AuthorPosts
- January 18, 2016 at 1:45 pm #10004342
freddelaParticipantThank for your great plugin
I use Pie Register to customize a registration procedure and authentication on the site: copperprodev.coppernic.fr/
The general website address email is support@coppernic.fr. The address registered for the administrator’s notifications is also support@coppernic.fr.
However – as you can see on the screenshot, when a user receives mail from the administrator, the sender address is copperpro@coppernic.fr.
January 18, 2016 at 3:25 pm #10004344
Pie RegisterParticipantHello,
Can you please confirm if you are using any “SMTP” or WP Email enhancement plugin that would modifying it? This is weird it should follow the given FROM email unless any other plugin or theme explicitly modifies it.
Thanks
January 18, 2016 at 4:08 pm #10004345
freddelaParticipantHello
PLUGINS LIST :
Advanced Code Editor
Download Manager
Media File Manager
Pie Register
User Role Editor
User Specific Content
WPML Multilingual CMS
Email Login (Desactivated and deleted, same issue after)Thanks
January 19, 2016 at 2:15 pm #10004346
freddelaParticipantLooks like the problem is with the address xxxxxx@coppernic.fr . When I use for example arthur@coppernic.fr or support@coppernic.fr , the email displays the address copperpro@coppernic.fr .
When I use a different address (for example, my personal address freddela@free.fr ), the email displays the address freddela@free.fr
Weird isn’t it ?
January 19, 2016 at 3:13 pm #10004347
Pie RegisterParticipantHello,
It is weird, its quite difficult to say anything here, I am gunna give you a workaround/code snippet for this problem. Please add this code in your theme’s function.php at the end before ending ?>
add_filter(‘wp_mail_from’,’coppernic_wp_mail_from’,20,1);
function coppernic_wp_mail_from($email) {
return ‘support@coppernic.fr’;
}
add_filter(‘wp_mail_from_name’,’coppernic_wp_mail_from_name’,20,1);
function coppernic_wp_mail_from_name($name) {
return ‘Coppernic Administration’;
}Please feel free to let us know if you have any other questions.
Thanks
January 19, 2016 at 3:52 pm #10004348
freddelaParticipantI add the piece of code at the end of the file functions.php
But now the mail displays www-data@coppernic.frsee screenshot
January 20, 2016 at 3:45 pm #10004349
Pie RegisterParticipantHello,
At this point, i think it is mandatory to login to your server to figure out the issue so, I would suggest you to go to our premium support by contacting us using contact form at our site.
Thanks
- AuthorPosts
- The forum ‘Pie-Register 2.0 Support’ is closed to new topics and replies.


