Other SMTP-Server for one specific form

Hi guys, one of our forms should be sent via another SMTP server, but really only this one!

We have tried the following plugin “SMTP Settings for Gravity Forms”, but this unfortunately does not save the password and therefore does not work.

Does anyone have an idea how I can change the SMTP for only one form?

i hope you can help - thx

Could you use the phpmailer_init filter to customize your SMTP settings? It might take some custom code to infer the page/form since that filter isn’t passing any of the actual message values.