Welcome, Guest
  • Author Topic: Can't send out the ecard e-mail  (Read 2797 times)

    minime

    • Server what's that
    • *
    • Posts: 2
      • View Profile
    Can't send out the ecard e-mail
    « on: 10/10/07, 11:01 »
    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  !!!!

    Ronald Wernecke

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 6203
      • View Profile
      • Professional Support
      • Email
    Re: Can't send out the ecard e-mail
    « Reply #1 on: 10/10/07, 12:03 »
    Hi and welcome to the boards.

    The only one, who could help, is your hoster.

    They have changed settings for the mailer - they can tell you how you can send mails by scripts.
    happy flashing
    8)
    Ronald

    minime

    • Server what's that
    • *
    • Posts: 2
      • View Profile
    Re: Can't send out the ecard e-mail
    « Reply #2 on: 10/11/07, 08:09 »
    Oic.. thanks