Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sending Emails Using Github Actions

I have created a pipeline and there is a requirement to send an automated email regarding the outcome of the process to specific user. Is there a verified action to send emails using github action. I have seen couple of actions already in the marketplace but unfortunately those are not verified.

like image 878
Don Avatar asked Jun 22 '26 10:06

Don


1 Answers

At the moment of answering unfortunately there isn't any verified GitHub Action regarding email sending.
I can recommend you the Send email action with which I had no bad experience.

like image 171
Ivan Vnucec Avatar answered Jun 26 '26 16:06

Ivan Vnucec