Andreas Vöst
26 days
Claus-Theodor Riegg
4 years
Andreas Vöst
2 months
Andreas Vöst
2 months
Kim Klotz
3 months
Claus-Theodor Riegg
8 years
Andreas Vöst
5 months
Andreas Vöst
7 months
Claus-Theodor Riegg
8 years
Marc Dierig
9 months
Claus-Theodor Riegg
7 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.