Hi there, I need some help!
I need to use phpmailer, seems that I need to run v-add-sys-phpmailer, but it’s give me an error that command not found. After I added
if [ "${PATH#*/usr/local/hestia/bin*}" = "$PATH" ]; then
. /etc/profile.d/hestia.sh
fi
to .bashrc, it gives me same error
Later, I found that in /usr/local/hestia/bin/ v-add-sys-phpmailer is missing
is there a way to solve this?