Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-6208

How to disable outgoing email. (crowd)

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • Email system
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Problem

      Currently, there is no way to disable SMPT from the crowd front end:
      /crowd/console/secure/admin/mailserver.action. there is no documentation available online stating that this is possible with steps to do this.

      Suggested Solution

      Add a "disable" button on page /crowd/console/secure/admin/mailserver.action

      Why This Is Important

      Currently, customers can't disable SMTP from the front end.

      Workaround

      The below query will set Crowd's SMTP server to itself (so it will stop delivering the emails)

      UPDATE cwd_property 
      SET property_value  = 'localhost'
      WHERE property_name  = 'mailserver.host'; 

      Attachments

        Activity

          People

            63999e271dab Pawel Cieszko
            b0b097272c11 Kobus van Eeden
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: