Andreas Vöst
6 months
Andreas Vöst
8 months
Marc Dierig
11 months
Claus-Theodor Riegg
4 years
Andreas Vöst
4 years
Marius Schuller
5 years
Claus-Theodor Riegg
6 years
Claus-Theodor Riegg
7 years
Claus-Theodor Riegg
7 years
Claus-Theodor Riegg
7 years
Claus-Theodor Riegg
8 years

GitLab: Test Mailing from the Rails Console

Posted . Visible to the public.

Open a console

sudo gitlab-rails console

Note

This takes some minutes to start

Send a mail

Use the following command on the rails console to send an email.

Notify.test_email('destination_email@address.com', 'Message Subject', 'Message Body').deliver_now
Moritz Kraus
Keywords
gitlab, mail, console, email
Tags
License
Source code in this card is licensed under the MIT License.