Kunena 7.0.4 Released

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

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
16 years 4 months ago #35248 by mysfowner
Replied by mysfowner on topic Re:Mail not working 1.5.7
I just upgraded to the latest 1.5.8 Im testing emails and still...I am not getting any,

any ideas?

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

More
16 years 4 months ago #35249 by fxstein
Replied by fxstein on topic Re:Mail not working 1.5.7
mysfowner wrote:

I just upgraded to the latest 1.5.8 Im testing emails and still...I am not getting any,

any ideas?


I have tried 1.5.6, 1.5.7 and 1.5.8 and all of them send emails on all sites I am running them on.

I wonder if this is a spam filter issue or another system configuration problem.

We love stars on the Joomla Extension Directory . :-)

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

More
16 years 4 months ago #35251 by mysfowner
Replied by mysfowner on topic Re:Mail not working 1.5.7
I dont know i get all other system emails from other componenets...is there something I should I check in the configuration?

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

More
16 years 4 months ago #35545 by mysfowner
Replied by mysfowner on topic Re:Mail not working 1.5.7
does anyone have any advice for me to check? :(

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

More
16 years 3 months ago #36472 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
16 years 3 months ago - 16 years 3 months ago #36474 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: 16 years 3 months ago by etusha.

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

Time to create page: 0.242 seconds