I want to send two emails at a same time for two different users. I am using php mail function. below is the code.
Send_Mail('abc@example.com,abc2@example.com','Welcome',$message);
when I send it to single user, it works fine.But when I add two mail address it didnt work.. Is there any other method is there to solve this??? Help me frnds..
Thanks in Advance..