Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-expand-tabs-free domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/websitedevait/public_html/wp-includes/functions.php on line 6131
Why am I getting emails from my forms that say from No-Email-Given@nowhere.none? | Advanced Internet Technologies

This error comes from fmail.pl or eform.pl. The email address must be specified in the form. Some customers decide to make the form ‘from’ the person submitting the form, meaning the email address they put into the ‘Email’ field. Others, decide to make the email ‘from’ a constant field and the emails will always be from ’email-form@theirdomain’. Either way is fine. However if no value is specified for the correct input type, then you will receive emails from No-Email-Given@nowhere.none.

Here is an example of a wrong HTML form that will give you emails from this address.

<input type=”text” name=”email” size=”25″ >

Here is a properly created HTML entry for forms that will allow you to receive emails from the email of the person submitting the form.

<input type=”text” name=”username” size=”25″ >