2011-08-08, 08:56 AM
I've some problem in mail reply notifications so I want to print the parameters being passed to the mail function. Is it the one in functions.php?
In mail reply notifications Sent From is empty so the gmail shows it as "Unknown Sender".
I think it is in function.php and I've printed the values when it gets called when I reply a message.
In the my_mail function in functions.php it is printing:
from=, , header=, ....., ,return_email=
It means from is empty, header and return_email also are empty in the function mail->build_message.
Any advice appreciated.
In mail reply notifications Sent From is empty so the gmail shows it as "Unknown Sender".
I think it is in function.php and I've printed the values when it gets called when I reply a message.
In the my_mail function in functions.php it is printing:
from=, , header=, ....., ,return_email=
It means from is empty, header and return_email also are empty in the function mail->build_message.
Any advice appreciated.