FORM not sending eMail using MS IIS 2019

Issues related to forms.
Post Reply
paul.maechler
 
 
Posts: 30
Joined: Wed Nov 19, 2014 9:53 pm

FORM not sending eMail using MS IIS 2019

Post by paul.maechler »

I did spend more than 2h creating a form to send a mail.
Tried really everything. Connection to SMTP host (same subnet as webserver) work somehow. But the script is not sending any data to the SMTP server.

Also tried using formdata.csv. This is ending with "cannot create file". Bit the creation process via FTP worked perfect.

Server is Win2019, PHP 8.1.

Ist there a chance to make that work or should I give up and use something else ?

Thanks for any assistance.
Paul
User avatar
Pablo
 
Posts: 23879
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: FORM not sending eMail using MS IIS 2019

Post by Pablo »

Did you read the FAQ?
viewtopic.php?t=32967

To be able to help you, I need your complete configuration and (server) error log
See also the 'VERY IMPORTANT NOTE'
User avatar
BaconFries
 
 
Posts: 6111
Joined: Thu Aug 16, 2007 7:32 pm

Re: FORM not sending eMail using MS IIS 2019

Post by BaconFries »

What version of the software are you using?
paul.maechler
 
 
Posts: 30
Joined: Wed Nov 19, 2014 9:53 pm

Re: FORM not sending eMail using MS IIS 2019

Post by paul.maechler »

Hi

WB is v20.3
PHP 8.1

Cant't find any error log.
Do I have to enable it ?

Website : https://lunch-inar.ch/phpinfo.php
User avatar
BaconFries
 
 
Posts: 6111
Joined: Thu Aug 16, 2007 7:32 pm

Re: FORM not sending eMail using MS IIS 2019

Post by BaconFries »

Thanks. Yes it would be helpful if the error log was enabled. Have you configured SMTP to run in Windows server 2019?
Post Reply