GGANG wrote:In V.23.0 I could not find x3.mailer.php
It's now inside
x3.api.php.
GGANG wrote:I want to make a form with attachment file e.g. jpg, png
How to add the code and a content web page?
If you just want to attach a static image to every email, you can easily edit the code.
But if you want to add an upload form (which I suspect), this is nothing I can write for you here now. Not only do you need an upload form (preferably multi-file javascript), but you will need a folder where uploads are stored. Also, it needs to be strictly secured so that users can't upload scripts to hack the website. Finally, the email form must dynamically be able to attach specifically the uploaded image(s) into the email.