How to avoid the mailto annoyance?

后端 未结 6 1834
悲&欢浪女
悲&欢浪女 2021-01-06 04:28

I am working on a website and would like for my users to be able to give feedback as easily as possible. I know one way but I\'ve always hated it:



        
6条回答
  •  既然无缘
    2021-01-06 04:49

    The most reliable way would be to send the email with the help of some server side processing.

    You can also do it using an HTML form with the help of the action attribute:

    ...

    But this method may not be reliable for all browsers.

提交回复
热议问题