Skip to content

General Actions

Daniel Hazelbaker edited this page Aug 28, 2023 · 4 revisions

Configure For Localhost SMTP

When doing development, it is often useful to have e-mail delivery work to a testing SMTP server. For example, smtp4dev will accept e-mail delivery in but just hold onto it so you can view it later and see if the e-mail is correct. Sometimes your sandbox server might be configured the same way. This action re-configures the E-Mail delivery system to use the SMTP Transport and then configures the transport to use localhost as the host to deliver to.

This action can safely be used alongside the Disable Communication Transports and Reset Communication Transports actions as it will always run after they have run.

Disable SSL for Sites and Pages

Modifies any Pages and Sites you have configured in Rock to turn off the Require SSL flag. Normally, many pages on your production server will require SSL. This is a good thing. However, your sandbox or development server may not have a valid SSL certificate available. This can be especially problematic since one of these pages is the Login page, which would make it hard to login and disable this requirement yourself.

Clone this wiki locally