Leverage Marketo SMTP server in AEM | Community
Skip to main content
New Participant
February 12, 2021
Question

Leverage Marketo SMTP server in AEM

  • February 12, 2021
  • 1 reply
  • 1449 views

Hi there, 

I need to push emails from a custom form on AEM to a particular email address and we don't have SMTP server available at the moment.

Can I leverage the Marketo SMTP server for this purpose just to send emails on submission and I cant use Marketo forms

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
New Participant
February 12, 2021

Yes, though to be clear, there's no SMTP-based submission mechanism (all web forms post over HTTP in any case).

 

You can cross-post from an AEM form to a hidden Marketo form using the Forms 2.0 JS API. The Marketo form will create/update the lead in Marketo, and you can trigger on the Filled Out Form activity to Send Email or anything else you want within the Marketo platform.