hello, is it possible to add more than one reply-adress in the process.php file ? .... mail("test@test.de",......
greetings from Hamburg/Germany. Rainer
I believe it should work just like your regular email program. Put a ; between addresses and try it out. mail("test@test.de;test1@test.de",...
It's actually:
mail("test@test,de";,......
Use a comma between emails
Log in to post a comment.
hello,
is it possible to add more than one reply-adress in the process.php file ?
....
mail("test@test.de",......
greetings from Hamburg/Germany.
Rainer
I believe it should work just like your regular email program. Put a ; between addresses and try it out.
mail("test@test.de;test1@test.de",...
It's actually:
mail("test@test,de";,......
Use a comma between emails