Zoonk.Support.FeedbackNotifier (Zoonk v0.1.0-dev)

View Source

Handles email notifications for user feedback.

This module is responsible for sending feedback messages from users to the support team.

Summary

Functions

Deliver feedback from a user to the support team.

Functions

deliver_feedback(user_email, message)

Deliver feedback from a user to the support team.

Examples

iex> deliver_feedback("user@example.com", "Great app!")
{:ok, %Swoosh.Email{}}