Forum

Icon in body mail
 
Notifications
Retirer tout

Icon in body mail

12 Posts
3 Utilisateurs
0 Reactions
3,907 Vu
sharky
(@sharky)
Posts: 47
Trusted Member
Début du sujet
 
[#9060]

Hello,

I like your meeting management solution in Projeqtor.
There are 2 points to which I would like to draw your attention:
1. when cancelling a meeting, I was blocked from cancelling it because the members had time allocated. Shouldn't this time be automatically set to 0 if a session is cancelled? 
2. When entering the meeting, there are 3 points we can add: decisions, tasks and questions. I haven't found the variables for adding these items in the email template. Can you help me?

Thank you


 
Posté : 26/09/2023 12:04 pm
(@marylene)
Posts: 592
Membre Admin
 

Hello

Indeed, it is very painful to remove everything by hand for a cancellation. Ticket #7508 registered!
For the second point, to display these elements in the email template, simply retrieve the list of linked elements.

 


 
Posté : 03/10/2023 1:04 pm
sharky
(@sharky)
Posts: 47
Trusted Member
Début du sujet
 

Hello,
in the same stream
I see that the emails sent by my ProjeQtor system do not have an icon/image.

In the URL of the PNG, the domain is missing

Is this a problem?
Or is a parameter missing? In the 2nd case, which one?

Thanks


 
Posté : 03/10/2023 3:51 pm
(@marylene)
Posts: 592
Membre Admin
 

These are external images, so you need to accept them in your email client


 
Posté : 03/10/2023 4:28 pm
sharky
(@sharky)
Posts: 47
Trusted Member
Début du sujet
 

In my case, the image URL isn't there. Link is not full, lost my domaine
https://????/view

Thank you


 
Posté : 03/10/2023 4:30 pm
(@babynus)
Posts: 14952
Membre Admin
 

It seems you are using specific PHP server that does not provide $_SERVER['REQUEST_URI'] nor $_SERVER ['PHP_SELF'] (user for IIS servers)
So server side cannot gess the domain.
Please configure your PHP so that at least one of these variables are set.
 


 
Posté : 03/10/2023 5:42 pm
sharky
(@sharky)
Posts: 47
Trusted Member
Début du sujet
 

I'm on apache witn PHP Version 8.2.10
$_SERVER SERVER_NAME  and $_SERVER HTTP_HOST both is set


 
Posté : 03/10/2023 5:58 pm
(@babynus)
Posts: 14952
Membre Admin
 

Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/website/libraries/src/Layout/BaseLayout.php on line 119


 
Posté : 06/10/2023 4:47 pm
(@babynus)
Posts: 14952
Membre Admin
 

We are expecting  'REQUEST_URI' or 'PHP_SELF' in $_SERVER.
It seems your server does not provide these.


 
Posté : 06/10/2023 4:52 pm
sharky
(@sharky)
Posts: 47
Trusted Member
Début du sujet
 

Hi,
These 2 variables have a relative path
In my case, the variable control page looks like this /infophp.php

But HTTP_HOST or SERVER_NAME contains my subdomain for app : projets.domaine.ltd

I think that for mails, the path must be a concatenation to get an absolute web path.
REQUEST_SCHEME (http or https) +://+ HTTP_HOST or SERVER_NAME + realtif path object

https://www.php.net/manual/en/reserved.variables.server.php


 
Posté : 06/10/2023 5:10 pm
sharky
(@sharky)
Posts: 47
Trusted Member
Début du sujet
 

Hello,

I still don't have an answer to this problem.
The URLs of the images do not have my domain. In addition they are in http and not https.
PHP

$_SERVER['SERVER_NAME'] OR $_SERVER['HTTP_HOST'] = domaine
$_SERVER['REQUEST_SCHEME'] = https (or http)

I found the "embed images in emails" option, I'm testing it.

Thank you


 
Posté : 18/06/2024 10:37 am
sharky
(@sharky)
Posts: 47
Trusted Member
Début du sujet
 

Hello,

Just to indicate that if I activate "embed images in emails" there is no image, just the allocated space

For the version with link, we can clearly see that the domain is missing and also not secure (http)

 http:///view/css/customIcons/grey/iconActivity.png 

Where can you find the models?
I think about it, I use FR, does that play a role?
Is it the translation plugin?

Thanks


 
Posté : 18/06/2024 1:02 pm
Share:
Retour en haut