B4J Question BANanoVuetifyAD3 - send mail's

Importantly... Are you using PHP / BANanoServer?

With that said, there is SMTP.js built with BANano, but I have not tested it.

One can send emails via PHP (without a guarantee of delivery/success)

This I have tested and works very well, https://postmarkapp.com/
I am not using banano server. Can I do it from code or do I have to call an external function in php? if so how I send variables from a button for example... like:
PHP:
<a href="destino.php?variable1=valor1&variable2=valor2">Mi enlace</a>
 
Upvote 0
Top