Check if email has been sent before showing confirmation page

Created on 20 August 2024, 4 months ago

Problem/Motivation

Is there a way to check whether an email has been sent before showing the user the confirmation page?
Currently, my webform is submitted, but I always get the confirmation page regardless the email has been sent or not.

I've tried this: https://www.chapterthree.com/blog/drupal-8-how-to-extending-a-webform-re... , but I only get the webform submission values.

πŸ’¬ Support request
Status

Active

Version

6.3

Component

Code

Created by

πŸ‡ͺπŸ‡ΈSpain guardiola86

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @guardiola86
  • Status changed to Closed: won't fix 27 days ago
  • πŸ‡ΊπŸ‡ΈUnited States jrockowitz Brooklyn, NY

    There is no reliable/universal way to detect if an email has been successfully sent.

    If you are using a specific email service, you might be able to write a custom webform handler that checks email sending.

Production build 0.71.5 2024