It worked properly at first, but one day, my hosting suddenly changed some settings on the server(it said it's the security reason), and then i can't send out any cards except sending the cards to my own domain emails.
I've tried to add my email under my domain in the SendEcard.php as the follwing:
$ToName = stripslashes($ToName);
$FromName = stripslashes($FromName);
$IntroMessage = stripslashes($IntroMessage);
$EndMessage = stripslashes($EndMessage);
$MyEmail = "
xxx@mydomain.com";
After adding that, I can send out the ecard again but the receiver will receive the card in their bulk/junk mail folder.
Anyone can tell me how can I change the php in order to send the cards to the normal mailbox? thanks a lot !!!!