PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Different SMTP per form?

  1. coburnenterprises
    Member

    Hello... I have a tool that would allow me to set up a form on my site to "send me a secure message" by using a 3rd Party service that has provided me smtp credentials that will encrypt the messages sent via their server - the thing is, I don't want to send all form submissions through this process. Is it possible to specify smtp settings on a per form basis?

    Thanks!

    Harmony

    Posted 11 years ago on Wednesday February 13, 2013 | Permalink
  2. There are no settings in Gravity Forms that would allow you to change the SMTP server used for the notifications. You could turn off the notifications for a form altogether, then use the gform_after_submission hook to send out your own custom notification using wp_mail() or a custom phpMailer script.

    http://www.gravityhelp.com/documentation/page/Gform_after_submission

    This is possible but would require some custom code to make it happen.

    Posted 11 years ago on Saturday February 16, 2013 | Permalink