- Posts: 31
- Thank you received: 0
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
Question Mail not working 1.5.7
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.
- tomfuller2
-
- Offline
- Junior Member
-
- Posts: 18
- Thank you received: 0
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
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.