form without using SMTP

Issues related to forms.
Post Reply
Chameleon
 
 
Posts: 148
Joined: Sat Sep 29, 2018 7:29 pm

form without using SMTP

Post by Chameleon »

Hi Is it possible to use a form without using SMTP for the settings?

thanks

William
User avatar
wwonderfull
 
 
Posts: 1585
Joined: Fri Aug 21, 2020 8:27 am
Contact:

Re: form without using SMTP

Post 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.
User avatar
Pablo
 
Posts: 23449
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: form without using SMTP

Post 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?
Post Reply