Send email using only HTML?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mynkow
    New Member
    • Jul 2007
    • 37

    #1

    Send email using only HTML?

    I know it is tot possible. I just want someone to confirm that there is no way to send an email using only HTML code. If I am wrong will be greate.

    10x
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    you may specify a 'mailto' action in the form's 'base'-node ... but that will assume that the user has a working default email-client installed to be opened and used ... so that is not a real reliable way ... and note: in case a visitor takes the time to fill the form to give you feedback he certainly will be very! disappointed in case the form will not be transmitted due to such a bad solution ... you should use a serverside code that receives the data and prepare and send the email for you ...

    kind regards

    Comment

    Working...