You need to sign in to do that
Don't have an account?
JohnDurai
clicking on button trigger email using Aura component
I have community page, inside that I have component with submit button once i click on submit button it should trigger email to the email id stored in Custom metadata/custom settings. can some one suggest how to do it in aura framework.
onclick="{!c.submitFormForEmail}">
Submit
</button>
onclick="{!c.submitFormForEmail}">
Submit
</button>
your Aura comp will look something like this:
Apex: