Hi,
Hello,
after several attempts of configuration of the e-mail part on the new version of projectorria I return towards you to ask for help.
I have try some configuration with sendmail and the sendpath, as well as the service smtp appropriate for Windows.
I would like to know which bad reglage I made or if you had a configuration of example
Thanks
By default Windows does not provide SMTP server. Linux does (sendmail is installed by default on most distributions).
So either you have to set-up a SMTP server on your system (I never did it on windows) or use a remote SMTP server.
You can try smtp.free.fr as host. It should work, but brings poor performance (several secondes on each connection). So it is just usefull for a test.
We have already installed "sendmail.exe" and "service smtp" on the server.
They operate with a different tool without problems.
I do not understand why this is Ko with projectorria?
Is the sendmail.exe in the path, for user launching PHP ?
You can have a look at the mail() function in PHP doc.
The Windows implementation of mail() differs in many ways from the Unix implementation. First, it doesn't use a local binary for composing messages but only operates on direct sockets which means a MTA is needed listening on a network socket (which can either on the localhost or a remote machine).
Hi,
We did a test with "sendmail path" and the sendmail utility without success.
However Sendmail works well alone
We also tested with "sendmail path" empty + smtp our utility services windows also without success.
Since the data is migrated to the BDD SMTP not working it's strange ?
Unfortunately I don't know sendmail under windows.
I'm afraid I cannot be great help.
Does anyone in the community ever succeded in such configuration ?
Can bring help ?