[SOLVED]Notification item et flexicontent-cck-3.1.0-rc2 et joomla 3.6.2

More
7 years 7 months ago - 7 years 7 months ago #64193 by seabird
RE,

Le problème vient visiblement du fichier /libraries/joomla/mail/mail.php dans joomla 3.6.2.
En effet je vois:
Code:
public function addBcc($bcc, $name = '') { // If the blind carbon copy recipient is an array, add each recipient... otherwise just add the one if (isset($bcc)) { return $this->add($bcc, $name, 'addBCC'); } return $this; }

Si je remplace return $this->add($bcc, $name, 'addBCC'); par $this->add($bcc, $name, 'addBCC'); ( je supprime le return)
L'envoi du mail se fait correctement.

Eric
Last edit: 7 years 7 months ago by seabird.

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

More
7 years 7 months ago #64196 by ggppdk
Hello

thanks for report, we will make a fix,

PS: new version is almost done, good to have this fixed


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...

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

More
7 years 7 months ago - 7 years 7 months ago #64216 by ggppdk
Hello

i tested with J3.6.2 with
- send as BCC , both OFF and ON

and it works

i cannot confirm the issue
the failure must come by the email configuration of Joomla

After you confirm / recheck your email configuration ,
you Send me a PM with super admin access to view this


-- Flexicontent is Free but involves a big effort on our part.
Like the our support? (for a bug-free FC, despite having a long list of functions) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing with a 5-star...
Last edit: 7 years 7 months ago by ggppdk.

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

More
7 years 7 months ago - 7 years 7 months ago #64218 by seabird
Hello,

I started testing again.
I use php mail and I have for example this config
[IMG


If I delete return line 426 in file /libraries/joomla/mail/mail.php (return $this->add($bcc, $name, 'addBCC'); )
Code:
public function addBcc($bcc, $name = '') { // If the blind carbon copy recipient is an array, add each recipient... otherwise just add the one if (isset($bcc)) { return $this->add($bcc, $name, 'addBCC'); } return $this; }

I receive the mail correctly.

But if I don't delete return. I have this error Sending WORKFLOW notification emails FAILED

Thanks

Eric
Last edit: 7 years 7 months ago by seabird.

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

More
7 years 6 months ago #64831 by seabird
Hello,

Now it's OK with Flexicontent 3.1.1. I receive the mail correctly.
the problem has been corrected.

Eric

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

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.275 seconds
Save
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline