Hi Iskon47,
This is a WP core email function issue, wpDiscuz uses default wpmailer function. Please read this article, it may be helpful for you:
http://webania.net/customize-email-sending-header-in-wordpress/
Thread Starter
Mike
(@iskon47)
Hi gVectors Team!
I see. Is there anywhere that I can see an example of how the email looks for the user? Preferably both how it arrives in their inbox as well as the email itself. We want to make sure that it doesn’t say “WordPress” or anything along those lines anywhere. We’d also like to make sure it looks professional before we implement anything.
Are there any plans to add more control over the email system, format, etc.? This would be a good idea to add so as to allow the administrator to tailor the email for a more professional look that matches their brand. We use a membership program that sends out beautiful emails, we’d love to be able to match that style for consistency.
I noticed that you are discussing doing a Premium/Paid version of the plugin. We would definitely be interested in supporting that. Have you thought about listing it on CodeCanyon.net and what price it would be? We prefer premium plugins mostly and try to always get them from CodeCanyon when we can as we’ve had nothing but high quality programs including great support. Your plugin would probably do very well as there aren’t many good comment plugins available, which is why we were referred here π
Thank you!
Thread Starter
Mike
(@iskon47)
Hi there! I don’t mean to bump this thread back up, but I noticed many responses to other threads in the time I’ve been waiting.
Is there any way I could see how the default notification email is delivered and how it looks to the user? This is very important for us to know before we consider implementing the plugin.
Thank you! We’re very much looking forward to your next update including whatever paid versions you are planning!
Hi Iskon47,
There is a function wc_email_sender($email_data, $wc_new_comment_id, $subject, $message) in wc.php file. This is the main email sender function in wpDiscuz core, it calls the default WordPress wp_mail() function. You can customize it directly in this file.
Thread Starter
Mike
(@iskon47)
Hi gVectors Team!
Thank you! So does that mean we can customize the sender email, subject, etc.? And that’s a wpDiscuz file where we customize this? (Will it be more simple to edit in the newer paid version?)
Are there any websites where you can point us to that use your plugin? I’d really like to just see it in action before we start using it, especially the default emails.
Thank you!