Linkman not sending e-mails

Problems installing LinkMan?
Post Reply
shrabar
Posts: 4
Joined: Mon Feb 27, 2012 6:42 pm

Linkman not sending e-mails

Post 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 :?
Last edited by shrabar on Mon Feb 27, 2012 7:49 pm, edited 1 time in total.
shrabar
Posts: 4
Joined: Mon Feb 27, 2012 6:42 pm

Re: Linkman not sending e-mails

Post 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);
?>
shrabar
Posts: 4
Joined: Mon Feb 27, 2012 6:42 pm

Re: Linkman not sending e-mails

Post 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.
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Linkman not sending e-mails

Post by Klemen »

I love it when people fix their own problems before I get to help :wink: :lol:

Pozdrav u Hrvatsku!
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
shrabar
Posts: 4
Joined: Mon Feb 27, 2012 6:42 pm

Re: Linkman not sending e-mails

Post 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?
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: Linkman not sending e-mails

Post by Klemen »

Maybe the link is added to the second page? Can you attach a screenshot of your admin panel?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply