First of all, congratulations for the creator of "formmail", is easy to use even for those who has only a few notions of php.
I need to embed images in the mail, and I don't know how. I've been looking for manuals and tutorials in the web but i don't succeed.
Can you help me please?
Embedded images
Do you mean attachments? If so, look here for a modified version of the script that supports attachments.
http://members.rogers.com/mail.4.donpro/
I haven't added embedded attachments yet (it will add as an external attachment). Embedded attachments can indeed be supported but I probably could not get around to it until the x-mas new year week.
Embedded images
Thanks a lot donpro, but I need to embed images in the mail, not to attached them.
:(
Embedded images
Well, the mailer class included with my script supports it so if you have some basic PHP programming skills, it's shouldn't be a difficult task to modify in order to include that option. The absolute earliest I could start looking at it would be in two+ weeks.