An open API service indexing awesome lists of open source software.

https://github.com/egorsmkv/do-functions-php-send-email

A serverless function to send emails with attachments (optional)
https://github.com/egorsmkv/do-functions-php-send-email

do-functions serverless

Last synced: 9 months ago
JSON representation

A serverless function to send emails with attachments (optional)

Awesome Lists containing this project

README

          

# `do-functions-php-send-email`

[![Check Code](https://github.com/egorsmkv/do-functions-php-send-email/actions/workflows/check-code.yml/badge.svg)](https://github.com/egorsmkv/do-functions-php-send-email/actions/workflows/check-code.yml)

A serverless function to send emails with attachments (optional).

## Installation

```shell
doctl serverless deploy . --remote-build
```

## Usage

```shell
php test.php
```