From 0c1ac0762010108bdb5e65cf3080d4cef6e0aad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oc=C3=A9ane?= Date: Tue, 4 Jun 2024 10:32:45 +0200 Subject: [PATCH] feat(changelog): functions-added-serverless-functions-allows-smtp-traffi 2024-06-03 (#3249) * feat(changelog): add new entry * Apply suggestions from code review Co-authored-by: nerda-codes <87707325+nerda-codes@users.noreply.github.com> --------- Co-authored-by: Changelog bot Co-authored-by: Benedikt Rollik Co-authored-by: nerda-codes <87707325+nerda-codes@users.noreply.github.com> --- ...ed-serverless-functions-allows-smtp-traffi.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 changelog/june2024/2024-06-03-functions-added-serverless-functions-allows-smtp-traffi.mdx diff --git a/changelog/june2024/2024-06-03-functions-added-serverless-functions-allows-smtp-traffi.mdx b/changelog/june2024/2024-06-03-functions-added-serverless-functions-allows-smtp-traffi.mdx new file mode 100644 index 0000000000..9285d62fb1 --- /dev/null +++ b/changelog/june2024/2024-06-03-functions-added-serverless-functions-allows-smtp-traffi.mdx @@ -0,0 +1,15 @@ +--- +title: Serverless Functions allows SMTP traffic +status: added +author: + fullname: 'Join the #serverless-functions channel on Slack.' + url: 'https://slack.scaleway.com' +date: 2024-06-03 +category: serverless +product: functions +--- + +Serverless Functions now allows traffic to Scaleway Transactional Email. While API access was already available, you can now connect directly via SMTP servers. Enhance your workflows with reliable and straightforward email delivery! + +Check out our [example on sending emails with an SMTP server from Python functions.](https://github.com/scaleway/serverless-examples/tree/main/functions/python-tem-smtp-server) +