Page 1 of 1

Linkman not sending e-mails

Posted: Mon Feb 27, 2012 6:48 pm
by shrabar
Script URL: http://hrabar.hr/linkman/
Version of script: 1.7
Hosting company: /
URL of phpinfo.php: http://hrabar.hr/linkman/phpinfo.php
URL of session_test.php: http://hrabar.hr/linkman/session_test.php
What terms did you try when SEARCHING for a solution:
not sending email
Write your message below:

The script works OK, but it is not sending emails to admin :?

Re: Linkman not sending e-mails

Posted: Mon Feb 27, 2012 7:44 pm
by shrabar
Btw, mail function like this works ok, i have tried...

Code: Select all

<?php
$to      = 'my@email.com';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: webmaster@example.com' . "\r\n" .
    'Reply-To: webmaster@example.com' . "\r\n" .
    'X-Mailer: PHP/' . phpversion();

mail($to, $subject, $message, $headers);
?>

Re: Linkman not sending e-mails

Posted: Tue Feb 28, 2012 11:39 am
by shrabar
I have sorted it out, the mail() function does not want to send to .hr domains :idea:
Now I use my gmail and everything works fine.

Re: Linkman not sending e-mails

Posted: Tue Feb 28, 2012 3:38 pm
by Klemen
I love it when people fix their own problems before I get to help :wink: :lol:

Pozdrav u Hrvatsku!

Re: Linkman not sending e-mails

Posted: Sat Mar 03, 2012 11:09 am
by shrabar
Hvala na pozdravu!

I have another problem, I can add ONLY featured links trough admin panel.
If i set featured =NO
The link is not showing up at all :?: :!:
If I set link as featured, it adds up normally.

Any ideas?

Re: Linkman not sending e-mails

Posted: Sat Mar 03, 2012 7:01 pm
by Klemen
Maybe the link is added to the second page? Can you attach a screenshot of your admin panel?