I want to be able to send information with php from users information they put in my forms. However, the server I'm using is not set up as an email server.
Is there a way to input another email server's information into the php so it uses that server to send the email.
I think that is the problem that I'm having, because the email won't send on my work server but the server I have for personal use works just fine with the same code.