Skip to Content Skip to Menu

uddeIM 1.9 released

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
14 years 11 months ago #116678 by slabbi
Replied by slabbi on topic Re:uddeIM 1.9 released
Is "E-Mail stopp" still enabled?

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

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

14 years 11 months ago #116680 by jamjodesign
Replied by jamjodesign on topic Re:uddeIM 1.9 released
Nope that is set correctly and the red prompt that shows when it is switched on is not showing so I presume this is all good aswell. :unsure:

I will try uninstalling and installing to see if it gigs it but kunena, contact page, newsletter signup all send php mail prompts fine so im stumped a little - its great other than that but no one knows that there getting mail!

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
14 years 11 months ago #116682 by slabbi
Replied by slabbi on topic Re:uddeIM 1.9 released
Have you entered a valid email address and name(!)?

Sometimes hosts do not send php email when the address is not an address of a local account.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

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

14 years 11 months ago #116725 by jamjodesign
Replied by jamjodesign on topic Re:uddeIM 1.9 released
Ok so I have entered the email info@mywebsite.com which is my main one that is used for the forum and contact page and still nothing. This is pretty vaild email as it does all my emailing on this site with no issues as of yet.

I understand it may be something simple alright but just have tried this with so many combinations now its really got me confused.... :silly:

Anything else you wreckon may be causing this?

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

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
14 years 11 months ago #116726 by slabbi
Replied by slabbi on topic Re:uddeIM 1.9 released
Ok, then try following:

In "includes.php" locate "function uddeIMsendmail...".

Before
[code:1] if ($config->mailsystem==1) { // mosMail
$ret = uddeIMmosMail($frommail, $fromname, $tomail, $subject, $message, false, NULL, NULL, NULL, $replyto, NULL);
} else { //php mail
$header .= "Reply-To: ".$replyto."\n";
$ret = @mail($tomail,$subject,$message,$header);
}
[/code:1]

add following lines

[code:1]var_dump($frommail);
var_dump($fromname);
var_dump($tomail);
var_dump($subject);
var_dump($replyto);
var_dump($header);
exit;
[/code:1]

When uddeIM tries to send an email it will stop here and the message headers are displayed.

So you can check if uddeIM tries to send a message and which data is used.

I am 100% sure that it is not uddeIM.

uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer

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

  • JSmith19
  • JSmith19
  • OFFLINE
  • Posts: 3
  • Thanks: 0
  • Karma: 0
14 years 10 months ago #118224 by JSmith19
Replied by JSmith19 on topic Re:uddeIM 1.9 released
Where can I find the Default_Ex template for uddeIM?

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

Moderators: beatnantslabbikrileon
Powered by Kunena Forum