The Designer provides the function to test the mail step - it always sends the mail to the developer but shows to who it should have been sent.

Is there any way I can get this behaviour on the server? After testing everything on the designer, I'd like to test everything on the server - unfortunately this would send each mail to the real person which would be a bit annoying.

asked 24.11.2014 at 15:06

ahatius's gravatar image

ahatius
(suspended)
accept rate: 0%

edited 24.11.2014 at 15:07


There is no such functionality on the Server/Engine.

Maybe you can solve your problem by setting up a test-smtp server, that does not delivery any messages to users but logs out that it was asked to do so (e.g. something like the Mock SMTP Server).

Then you configure this test-smtp server in the Server-properties while doing the tests.

link

answered 25.11.2014 at 08:57

Dominik%20Regli's gravatar image

Dominik Regli ♦
(suspended)
accept rate: 85%

Thanks for that suggestion, we'll install a local smtp server that will route everything to our group mail box.

(27.11.2014 at 07:55) ahatius ahatius's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×27

Asked: 24.11.2014 at 15:06

Seen: 2,072 times

Last updated: 27.11.2014 at 07:55