Skip to content

AlexisMateo/sendmail-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send email Action

An action sends a email.

Usage

- name: Send email
    uses: AlexisMateo/sendmail-action@5
    with:
      smtp-server: ${{ secrets.SMTP_SERVER }}
      smtp-server-port: ${{ secrets.SMTP_SERVER_PORT }}
      auth-user: ${{ secrets.AUTH_USER }}
      auth-password: ${{secrets.EMAIL_PASSWORD }}
      subject: correciones a ${{github.repository}}
      body: ${{github.context.payload}}
      from: ${{ secrets.EMAIL_FROM }}
      to: ${{ secrets.EMAIL_RECIVER }}
      is-tls: false
      commit-message: true