Trouble getting form to send mail

i created a form and setup a mailer, but i am having trouble actually getting the form to submit
http://vanderbundtcollection.com/index.php#

Here is the link to my mailer form
http://vanderbundtcollection.com/dmxConnect/api/mail/mailform.php

Did i miss a step?
I setup all SMTP settings and ports

i do have the server action setup as well

Have you set globals and the message content? You send button just reloads the index.php page

yes, i linked the contact.php page and setup the globals

it does seem like when i load the mailer api page only, it submits a blank email to me, but i can’t get it to send from the form with the form results.

Looking at the page source I don’t see an action selected for the server connect form. Please make sure you select a server action in the properties of the server connect form and save your page.

<form is="dmx-serverconnect-form" id="serverconnectform1" method="post" action="" dmx-generator="bootstrap4" dmx-form-type="horizontal">

i have it setup as an include file.
But what is strange is that when i have the actual include file open and editing it…i save it and it tells me it uploads, but i checked the actual page and it doesn’t update.

I have to actually to into the Files section of the project and manually upload the file for it to show the changes. Could this be a glitch?