For email, go to cPanel, and create a new email address. Then, to configure phpVMS (this below is for phpVMS 7, but the values should be similar), use the config below:

MAIL_DRIVER=smtp
MAIL_FROM_NAME="FROM NAME"
MAIL_FROM_ADDRESS="EMAIL ADDRESS THAT WAS SETUP"
MAIL_HOST=mail.vmshost.io
MAIL_PORT=465
MAIL_ENCRYPTION=ssl
MAIL_USERNAME="EMAIL ADDRESS THAT WAS SETUP"
MAIL_PASSWORD="EMAIL PASSWORD"
Was this answer helpful? 7 Users Found This Useful (17 Votes)