This will remove the contact and SedonaWeb user created during the user creation process. This will allow them to recreate the user in order to test the email server setup in their SedonaWeb.
First find his Customer Contact ID
Select * from ws_account where account_name = ‘CUSTOMER EMAIL ADDRESS’
This will display the Customer_Contact_ID
Delete ws_account where account_name = ‘CUSTOMER EMAIL ADDRESS’
This delete the SedonaWeb user created.
Delete ar_customer_contact where customer_contact_id = ‘CONTACT ID’
This deletes the customer contact created by SedonaWeb.
After this he can setup his account again to test the email. You’ll need to repeat these steps every time. Note that the ID # will change each time, as it cannot reuse ID numbers.