|
Posted by artev on 06/16/07 16:44
function_x is a function;
if I write this:
print function_x('parameter_x') ;
at screen I have: infox@sito.com (one email)
but if I write so:
mail(function_x('parameter_x'),'a', 'b', 'c');
I have this error:
SMTP server response: 554 DATA Transaction failed, no recipients given
how I can insert the function's value inner mail?
Navigation:
[Reply to this message]
|