SMTP Method - Test Connection Fails "need fully-qualified address"
Permalink 0 0 Browser Info EnvironmentThe following error was found while trying to send the test email:<br />5.5.2 <[email protected]>: Sender address rejected: need fully-qualified address<br />
It looks like the fqdn of the default From email address is missing in ./updates/concrete5-8.4.3/concrete/config/concrete.php and ./updates/concrete5-8.4.3/concrete/controllers/single_page/dashboard/system/mail/addresses.php. Manually adding ".org" to the end of the email address resolves the issues.
Status: New