Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Mail not working 1.5.7

More
14 years 3 months ago #11 by mysfowner
Replied by mysfowner on topic Re:Mail not working 1.5.8
any help here!! Please :dry:

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago - 14 years 3 months ago #12 by etusha
Replied by etusha on topic Re:Mail not working 1.5.8
open a php file (like mailtest.php) insert and run this script (site.com/mailtest.php)
Code:
<?php $to = '[email protected]'; $subject = 'the subject'; $message = 'hello'; $headers = 'From: [email protected]' . "\r\n" . 'Reply-To: [email protected]' . "\r\n" . 'X-Mailer: PHP/' . phpversion(); mail($to, $subject, $message, $headers); ?>

do u receive email
Last edit: 14 years 3 months ago by etusha.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #13 by mysfowner
Replied by mysfowner on topic Re:Mail not working 1.5.8
etusha wrote:

open a php file (like mailtest.php) insert and run this script (site.com/mailtest.php)

<?php
$to = '[email protected]';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: [email protected]' . "\r\n" .
'Reply-To: [email protected]' . "\r\n" .
'X-Mailer: PHP/' . phpversion();

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

do u receive email


Im not this advanced ....I have my mail setting in joomla to php mailer and Im getting all other system emails from jomsocial and other components so I dont know why im not getting them from kunena

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #14 by tomfuller2
I have found that if I set for admins to be notified, then both admins and moderators get emails.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #15 by mysfowner
Replied by mysfowner on topic Re:Mail not working 1.5.7
Thanks but I've done that and still no emails

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #16 by xillibit
Replied by xillibit on topic Re:Mail not working 1.5.7
Hello,

Do you using wamp ?

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #17 by mysfowner
Replied by mysfowner on topic Re:Mail not working 1.5.7
probably not because i dont know what that is my host is bluehost

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #18 by xillibit
Replied by xillibit on topic Re:Mail not working 1.5.7
Try to set this kind of configuration in joomla!:

www.bluehostforum.com/showpost.php?s=8c0...&p=42463&postcount=4

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago - 14 years 3 months ago #19 by mibnbikes
Replied by mibnbikes on topic Re:Mail not working 1.5.8
I am facing the exact same problem as in this thread, ALL mails from other components is sending, Jreviews, Acajoom, CK forms, JomSocial, Flexi contact form is working fine, Joomla mail settings are PHP mailer. Only Kunena mailfunction is not working.

I have run the mailtest.php as Etusha suggested and that also works fine.

I get a "Could not instantiate mail function" error when trying to use the Rapport to moderator and subscribe function.

I would be so cool to get this to work.

Any suggestions....

Thanks for a great component.

Best regards Mikkel.
Last edit: 14 years 3 months ago by mibnbikes.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #20 by mysfowner
Replied by mysfowner on topic Re:Mail not working 1.5.8
I finally got mine to work...I had to login as registered user and create a post when I did that I noticed the mail was working the only thing that still was not working was jomsocial activity stream ...anyway I guess that triggered the mail...because now when I login with my account and test it the mail is working.

Please Log in or Create an account to join the conversation.

Time to create page: 0.523 seconds