Page 1 of 1

form without using SMTP

Posted: Wed May 07, 2025 10:29 pm
by Chameleon
Hi Is it possible to use a form without using SMTP for the settings?

thanks

William

Re: form without using SMTP

Posted: Thu May 08, 2025 5:03 am
by wwonderfull
In that case you won't get any email but can store data in a database or a csv text file. SMTP is a simple mail transfer protocol.

Re: form without using SMTP

Posted: Thu May 08, 2025 6:00 am
by Pablo
By default, standard PHP will be used (not SMTP)? You can set this up in the form settings -> Mail Engine

What exactly are you trying to do?