I have a TYPO3 website v10 and using powermail forms.
The test mail in installtool is send good.
The mail to user is send good.
The mail to receivers is not send. This is very strange.
Here is my settings from localconf file:
'defaultMailFromAddress' => 'contact@company.gmbh',
'defaultMailFromName' => 'contact@company.gmbh',
'defaultMailReplyToAddress' => 'contact@company.gmbh',
'defaultMailReplyToName' => 'contact@company.gmbh',
'transport' => 'smtp',
'transport_sendmail_command' => '/usr/sbin/sendmail -t -i',
'transport_smtp_encrypt' => false,
'transport_smtp_password' => '123456789123456',
'transport_smtp_server' => 'smtp.office365.com',
'transport_smtp_username' => 'admin@company.gmbh',
Can you please give me some idea why is the email to receivers never works?