Crocoblock / jetformbuilder

80 stars 16 forks source link

Feature request: Send Email after submission – ADD SMTP Credentials #485

Open TheRealFreelancer opened 2 weeks ago

TheRealFreelancer commented 2 weeks ago

Currently there is no option to add SMTP credentials yet, which leads to emails landing in SPAM, because the email is send via WordPress PHP function. If the domain of WordPress and the domain of the sending email differ, you will most certainly have your emails landing in SPAM.

Please add SMTP functionality or even better a JFB Add-on for "Fluent SMTP", so you can select an individual SMTP server for multiple JFB forms on a website.

Thank you for the consideration. It will be much appreciated. Cheers.

moxet commented 1 week ago

We usually add Fluent SMTP plugin which works well with JFB. I don't understand the usage of add-on if a plugin can work.

TheRealFreelancer commented 1 week ago

Please show me where I can select SMTP credentials in the "actions after submit –> send mail" settings of a Jet Formbuilder form.

moxet commented 1 week ago

You don't need it, once you configure FluentSMTP it automatically get creds.

TheRealFreelancer commented 1 week ago
  1. So if I have multiple SMTP sender emails set up in FluentSMTP, Jet Formbuilder automatically uses the correct sender SMTP settings from FluentSMTP?
  2. What if the credentials for the form sender email are not set up in FluentSMTP?