1
tdldp
Mailuser sending report not functioning
  • 2004/1/5 10:27

  • tdldp

  • Just popping in

  • Posts: 9

  • Since: 2002/3/13


Hi all, don't know if this is a bug or site related problem, that is why i submit this thread. I haven't found answer to my questions in the search zone.

Site on which is running xoops, has 1900 members, has been patiently upgraded from 1.3.5 to 2.0.3 first and today completely moved to 2.0.5.1

On using mailuser in admin/system, i have the following problem :

mail to user report is not functionning correctly.
When sending mail to Admins / Co-admins groups (2 groups selected) or when sending mails to members, i have the _mail_mailgood and _mail_pmgood message that appears normally but should also appear the username to whom mail or pm has been sent. Here is what i get in the admin / coadmins group select case (in french)
Quote:

e-mail envoyé à :
PM envoyé à :
e-mail envoyé à :
PM envoyé à :
e-mail envoyé à :
PM envoyé à :
e-mail envoyé à :
PM envoyé à :
e-mail envoyé à :
PM envoyé à :

In the class/xoopsmailer.php i have found the variables :
Quote:

if ( $this->isMail ) {
if ( !$this->sendMail($user->getVar("email"), $subject, $text, $headers) ) {
if ($debug) {
$this->errors[] = sprintf(_MAIL_SENDMAILNG, $user->getVar("uname"));
}
} else {
if ($debug) {
$this->success[] = sprintf(_MAIL_MAILGOOD, $user->getVar("uname"));
}
}
}
// send private message
if ( $this->isPM ) {
if ( !$this->sendPM($user->getVar("uid"), $subject, $text) ) {
if ($debug) {
$this->errors[] = sprintf(_MAIL_SENDPMNG, $user->getVar("uname"));
}
} else {
if ($debug) {
$this->success[] = sprintf(_MAIL_PMGOOD, $user->getVar("uname"));
}
}
}


which normally should bring up the username following the mailgood sentence...

Why is it not working ???
Is this a bug ???

Thanks for answer

Login

Who's Online

231 user(s) are online (154 user(s) are browsing Support Forums)


Members: 0


Guests: 231


more...

Donat-O-Meter

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

Latest GitHub Commits