V-add-sys-phpmailer is missing

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?

phpmailer should be already integrated in newer versions of hestia, no need to install it separately.

Got replaced by:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.