[Vuejs]-Send an email without any API in Vue.js

0👍

  • You can’t use the SMTP protocol from JavaScript inside a browser. You will need to find a WASM module for this job (if any exists at all).
  • If you already have an integration (or you’re looking for an integration) – it will most probably has an API and even might be offering an SDK (e.g. MailChimp, SendGrid, Amazon SES, etc.)
  • If you want a step by step process of the proper solution – you will have to either make some efforts to search Google and find HowTo’s or you will need to pay someone (e.g. through Upwork) to write the steps of the proper solution for you.
  • I am not sure what run it has without any errors means – but it will certainly not reflect (or perhaps affect ?) any existing code because this all will be only new code.

Leave a comment