Regsiter new user on new system "Add new"

Good day, need some help with this option.
I have created my database working fine, but when i am using the “Add user” option to register new user, get the following error, i have google this seems something to do with mailing system.
Please any person can assist.

1 Like

when you enter scriptcase follow the path: Options/Settings/System Settings

there you must enter the necessary data to configure the email that scriptcase uses to notify that a new user has been added.

CS

1 Like

Thanks for the reply,
My main issue here is that, for now i dont want to use this emailing option, just wnat to disable it,
i have tried going to the “Edit_Field” of “app_add_user” and uncheck the “Required” field for email option, its working in the development environment when testing.
But after deployment and run the software, the email option still has the red asterix with the email text box.
My main point is for now i want to disable this option in my application for now. I even tried to comment out the //send mail option in PHP.
Still no improvement.

try to go to the event: onAfterInsert and comment with //
send_mail_to_admin();