Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 2 of 2

This is a discussion on Sendmail issue...? in the VPS & Dedicated forum
I am using PHP mail on Skywalker: PHP Code: $email = "[some email]" ; $headers  =  "From: donotreply@mydomain.com\r\n" ; mail ( $email , "Test" ,  "Test" ,  ...

  1. #1
    JPC Addict
    Join Date
    Aug 2004
    Location
    Canada
    Posts
    135

    Sendmail issue...?

    I am using PHP mail on Skywalker:

    PHP Code:
    $email="[some email]";
    $headers "From: donotreply@mydomain.com\r\n";
    mail($email,"Test""Test"$headers)[ 
    This works fine, unless [some email] is one of my email accounts on Nova. In which case, no email ever arrives.

    Support are telling me this is a development issue. I really don't see how, as the same script runs fine on Nova (using an appropriate sender email). Also, I do not receive cron reports from Skywalker, when the email address they are destined for is my Nova account - any other email address works fine, again.

    Does anyone have any ideas?

  2. #2
    Loyal Client thisisit3's Avatar
    Join Date
    Mar 2007
    Posts
    642
    Its possible the email is rejected if the MTA has enabled "verify sender". For example, your cron job emails which could originate from root@something is not verified and thus the email is rejected.

    Just an idea..

    Do you get any bounces? You could check the exim logs and see the real reason why the emails are rejected.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •