Results 1 to 4 of 4

Thread: Katskitch

  1. #1
    Thread Starter
    Rookie
    Not a Verified Customer
    ickpooyuck's Avatar
    Join Date
    Mar 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Katskitch

    I don't know what this URL is but when a new ad is submitted or a URL is reported, the mail comes from Katskitch.com.

    Where can I set it so that it comes from my own domain? Thanks.

  2. #2
    Thread Starter
    Rookie
    Not a Verified Customer
    ickpooyuck's Avatar
    Join Date
    Mar 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Katskitch

    Woops, apparently this is on my end. I just did a WhoIs and I think it's something on our servers. I'll figure it out. Thanks!

  3. #3
    Thread Starter
    Rookie
    Not a Verified Customer
    ickpooyuck's Avatar
    Join Date
    Mar 2009
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Katskitch

    If anybody comes across the same problem in the future, I was unable to figure out, php-wise, how to fix this (php is not my strong suit), but I was able to apply a small tweak.

    The problem is that I'm on a shared server, so the emails were coming directly from the server name (reports@katskitch.com) instead of the domain name (reports@mydomain.com)

    In single.php, find:
    Code:
    mail($admin_email,$subject2,$body,"From: $email2");
    and replace with
    Code:
     mail($admin_email,$subject2,$body,"From: youremail@yourdomain.com");
    I'm hoping that small fix doesn't completely twerk the plugin, but everything seems to be working thusfar.

  4. #4
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Katskitch

    Good to know. I'm sure others who have this same problem will appreciate you posting the solution here.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)