You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should distinguish between: send_to_ses (for actual sending emails) and send_to_etheral (for testing purposes) based on send_email distinction method provided in #426.
current send_message method in backend/resources/contact.py should be renamed to send_to_etheral and left intact,
there should be a second send_to_ses method that handles sending messages via Boto3 API to SES.
define the second method to send text-based emails. It's importnat to define explicitly if it's text or html. We will handle html e-mails later on.
The text was updated successfully, but these errors were encountered:
Subject of the issue:
We should introduce implementation on Boto3 API.
Technical description
We should distinguish between:
send_to_ses
(for actual sending emails) andsend_to_etheral
(for testing purposes) based onsend_email
distinction method provided in #426.send_message
method inbackend/resources/contact.py
should be renamed tosend_to_etheral
and left intact,send_to_ses
method that handles sending messages via Boto3 API to SES.The text was updated successfully, but these errors were encountered: