Customize registration email
-
The customer I’m creating a wp site for, wants a customized email (upon registration). I tried to warn him about the risk of having html emails containing access data blocked by filters or thrown in the spam folder, but couldn’t make him change his mind. I then tried to check among plugins if I could find something to edit and style the email and seems that ‘WP Better Email’ can do the job at least for what is concerning the use of a template with proper style. Now the problem is: how do I display user_firstname, username and user_password as 3 different data I can place into the template? In other words… it will have to be something like
Welcome – (user_firstname)
Please login at (blog_site)
with id: (username)
and pass: (user_password)
so that I can apply classes and style these?
I assume I will have to edit some include file where the email content is set but I do not know which one.thx for any suggestion
- The topic ‘Customize registration email’ is closed to new replies.