phpmailer does not send

Avatar
  • Answered
i use a simple html script for user input data, and want to use phpmailer to mail these data to me.
i can enter all data, but when i click submit, all i get is a blank screen.

Avatar
johnpaulb-imhs1
Hello paulschl, Thank you for your question about getting a blank screen in PHPmailer. Often, when you get a blank screen an error is being supressed, or hidden. I recommend Displaying and logging errors for PHP, which may specific clues into the problem. You can also review the mail logs for any trace of email transmissions from your form. Also, here is a helpful link to our guide on How to create a custom PHP contact form with validation. If you have any further questions, feel free to post them below. Thank you, John-Paul B