Error in docker logs

after searching for the senmail funciorn not working i did explore di docker logs with the command :

docker-compose logs | more

inside the logs i found this:
cms-web_1 | Importing ca-certs
cms-web_1 | cp: cannot stat ‘/var/www/cms/ca-certs/.pem’: No such file or directory
cms-web_1 | cp: cannot stat '/var/www/cms/ca-certs/
.crt’: No such file or directory
cms-web_1 | Updating certificates in /etc/ssl/certs…
cms-web_1 | 0 added, 0 removed; done.
cms-web_1 | Running hooks in /etc/ca-certificates/update.d…
cms-web_1 | done.

my question is, could be this error to cause mail send malfunction?

thank you