Send Welcome Emails using Appwrite's Swift Cloud Functions

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • async-http-client

    HTTP client library built on SwiftNIO (by swift-server)

  • import PackageDescription let package = Package( name: "WelcomeEmail", dependencies: [ .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.0.0"), ], targets: [ .target( name: "WelcomeEmail", dependencies: [ .product(name: "AsyncHTTPClient", package: "async-http-client"), ]) ] )

  • flanker

    Python email address and Mime parsing library

  • Another requirement to follow along is that you have a Mailgun account with a valid Mailgun Domain and API Key. With that aside, we're ready to get started.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Appwrite

    Your backend, minus the hassle.

  • Appwrite Cloud Functions are a way for you to extend and customize your Appwrite BaaS functionality by allowing you to execute custom code. Appwrite can execute your function either explicitly or in response to any Appwrite system event like account creation, user login, database updates and much more. You can also schedule your functions to run according to a CRON schedule or trigger them manually by hitting an HTTP endpoint using the Appwrite client or server APIs.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why We Moved From Lambda to ECS

    3 projects | dev.to | 21 Apr 2021
  • How I use Appwrite Databases with Pinia to build my own habit tracker

    2 projects | dev.to | 14 Apr 2024
  • Exploring Appwrite: A Comprehensive Guide

    1 project | dev.to | 13 Apr 2024
  • Serverless Functions, Made Simple

    1 project | news.ycombinator.com | 11 Apr 2024
  • LocalStack – a functional local AWS cloud stack

    1 project | news.ycombinator.com | 5 Apr 2024