41
MS-2001
user twice in the onlinetable
  • 2005/8/7 11:57

  • MS-2001

  • Quite a regular

  • Posts: 204

  • Since: 2004/7/27


I'm using XOOPS 2.0.7.3 and I've got a problem with the "Who's online block"

Sometimes I can see a User twice on the List. If i delete them from the table (phpMyAdmin) both are regenerated. Any idea why?



42
MS-2001
Re: Xoops Mailer
  • 2005/8/5 18:08

  • MS-2001

  • Quite a regular

  • Posts: 204

  • Since: 2004/7/27


OK, thanks a lot. It works as Bcc



43
MS-2001
Re: Xoops Mailer
  • 2005/8/5 17:54

  • MS-2001

  • Quite a regular

  • Posts: 204

  • Since: 2004/7/27


Sorry, I knew i got something wrong *Gg*. It's 2.0.7.3 and I've got no idea how i came to 1.7.3?!!?!?

Two mails are send. Both to $thisUser->getVar("email"). So no admins recives the mail.



44
MS-2001
Re: Xoops Mailer
  • 2005/8/5 17:40

  • MS-2001

  • Quite a regular

  • Posts: 204

  • Since: 2004/7/27


Nope. I've got two different adresses without any routing. Any other idea?



45
MS-2001
Re: Xoops Mailer
  • 2005/8/5 17:09

  • MS-2001

  • Quite a regular

  • Posts: 204

  • Since: 2004/7/27


I just tested it on XOOPS 1.7.3 but now a user gets the same mail twice even thoght the two assigned email adresses

$xoopsMailer->addHeaders('Bcc: '.$xoopsConfig['adminmail']);
$xoopsMailer->setToEmails($thisUser->getVar("email"));

are different. Any idea why?



46
MS-2001
Re: Xoops Mailer
  • 2005/8/5 15:49

  • MS-2001

  • Quite a regular

  • Posts: 204

  • Since: 2004/7/27


But I don't want that the recipient with "email1" sees the other email adresses. Is that possible?



47
MS-2001
Re: Xoops Mailer
  • 2005/8/5 15:25

  • MS-2001

  • Quite a regular

  • Posts: 204

  • Since: 2004/7/27


Ok, for a last time: Please help me. :-/



48
MS-2001
Re: Xoops Mailer
  • 2005/8/4 17:07

  • MS-2001

  • Quite a regular

  • Posts: 204

  • Since: 2004/7/27


Don't you know it or is it impossible?



49
MS-2001
Re: Xoops Mailer
  • 2005/8/2 18:22

  • MS-2001

  • Quite a regular

  • Posts: 204

  • Since: 2004/7/27


That's quite importan. So could you please help me?
I don't want to have the same code twice when it "should" be possible within one



50
MS-2001
Xoops Mailer
  • 2005/8/1 19:40

  • MS-2001

  • Quite a regular

  • Posts: 204

  • Since: 2004/7/27


Is it possible to add the Administrators eMail adress as a blind copy recipient using the XoopsMailer?

$xoopsMailer =& getMailer();
$xoopsMailer->useMail();
$xoopsMailer->setToEmails($thisUser->getVar("email"));
$xoopsMailer->setFromEmail($xoopsConfig['adminmail']);
$xoopsMailer->setFromName($xoopsConfig['sitename']);
$xoopsMailer->setSubject(_US_YOUHAVEBEENWARNED);
$xoopsMailer->setBody(sprintf(_US_WARNMAIL$thisUser->getVar("uname"), $adminUser->getVar("uname"), $warning$xoopsDB->getRowsNum($result)));
$xoopsMailer->send();




TopTop
« 1 2 3 4 (5) 6 7 8 ... 20 »



Login

Who's Online

135 user(s) are online (114 user(s) are browsing Support Forums)


Members: 0


Guests: 135


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits