I don't think this can be done, but I have a PhoneGap app that I am the main developer on. It basically captures form details into an email, and then submits them.
我不認為這可以做到,但我有一個PhoneGap應用程序,我是主要的開發人員。它基本上將表單詳細信息捕獲到電子郵件中,然后提交它們。
Is it possible for the email address of the mailto link to be changed without modifying the code? E.g., A mail settings page where the user could enter an email address to be put there, to be used in the mailto.
是否可以在不修改代碼的情況下更改mailto鏈接的電子郵件地址?例如,郵件設置頁面,用戶可以在其中輸入要放在那里的電子郵件地址,以便在mailto中使用。
1
You can change the mailto url with javascript
您可以使用javascript更改mailto網址
but you have the mail composer plugin to send mails, it's better than using mailto
但你有郵件編輯器插件來發送郵件,它比使用mailto更好
本站翻译的文章,版权归属于本站,未经许可禁止转摘,转摘请注明本文地址:https://www.itdaan.com/blog/2013/09/03/72068f3cc314094ab9738826bf5060a4.html。