Hi all !!
I would like to send a personalized email when a member registers on my site, I am created a code but it does not work, I do not understand why, do you have an idea please ?
Here is the code:
http://syframework.alwaysdata.net/3ua
You can modify it then click on the “save” button and share the new link
I just found a code:
It works, but I would like to retrieve my template for formatting the text and I would like my logo displayed at the top of the message, how do we do it ?
Here is the new code:
http://syframework.alwaysdata.net/3udSi il y a des personnes qui parle Français je ne suis pas contre.
Hi Julien,
I have cleaned your code a little bit.
Can you please try this?
http://pastebin.com/nzNL7zDYIs your sites normal email working?
Thank you
BrajeshThanks
You do not understand, the code works, there is no problem, but I do not like the interface of the mail, but I do not know how to retrieve the template of this code:
http://syframework.alwaysdata.net/3ua (it does not work)The $message variable does not work with this code:
http://syframework.alwaysdata.net/3ud- This reply was modified 8 years ago by Julien ROUSSEL.
Hi,
try hard coding the email id in $to to check.
My guess is the $to is empty.I did not understand the answer, sorry I do not speak English well (I am French)
No problem. Instead of
$to = $_POST['register_email'];
Please try
$to = 'somevalidemail@somesite.com';//
Use a valid email there and test if it work or not?
Hi,
Thank you for your help, but unfortunately it does not work, here is the code with your modification:
http://syframework.alwaysdata.net/3up
This code is located in my functions.php file of my child theme
I have nothing to say, it works but the email has been sent to the administrator and not to the member who is registered, I would like that it is only the member who registers on my site, there is also Bizarre letters:
You must be logged in to reply to this topic.