Editing LiveArea:Email
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 4: | Line 4: | ||
== Settings == | == Settings == | ||
<div style="color: #000000; background-color: #8CFB57; border: 1px solid #808000; padding: 5px; {{box-shadow|4px|4px|8px|#b0b090}}"> | <div style="color: #000000; background-color: #8CFB57; border: 1px solid #808000; padding: 5px; {{box-shadow|4px|4px|8px|#b0b090}}"> | ||
Send, receive and browse email | Send, receive and browse email messages using the email account | ||
you use on your computer or other devices. | you use on your computer or other devices. | ||
You can use Gmail™ (Email service by Google), Yahoo! Mail, and | You can use Gmail™ (Email service by Google), Yahoo! Mail, and | ||
other general email accounts supporting [http://en.wikipedia.org/wiki/Internet_Message_Access_Protocol IMAP] or [http://en.wikipedia.org/wiki/Post_Office_Protocol POP]. | other general email accounts supporting [http://en.wikipedia.org/wiki/Internet_Message_Access_Protocol IMAP] or [http://en.wikipedia.org/wiki/Post_Office_Protocol POP]. | ||
</div> | </div> | ||
== JavaScript == | == JavaScript == | ||
Up to the firmware [[03.200.000_CEX|3.20]] | Up to the firmware [[03.200.000_CEX|3.20]], write to yourself an HTML E-Mail with the following content to receive the E-Mail on your PSV: | ||
{{Boxcode|content= | {{Boxcode|content= | ||
<a href="psgm:open?titleid=NPXS10031">OPEN PKG INSTALLER</a> | <a href="psgm:open?titleid=NPXS10031">OPEN PKG INSTALLER</a> | ||
}} | }} | ||
<small> | <small> | ||
The [http://www.w3schools.com/tags/att_a_href.asp <a> href attribute] specifies the link's destination (to an element with a specified id within the page) | The [http://www.w3schools.com/tags/att_a_href.asp <a> href attribute] specifies the link's destination (to an element with a specified id within the page) | ||
</small> | </small> | ||
Open your E-Mail app and click the link and the [[NPXS10031|★Package Installer (NPXS10031)]] will start. You may want to replace the [[Title_ID|title id]] parameter with any of your choice. | |||
Open your E-Mail app and click the link and the [[NPXS10031|★Package Installer (NPXS10031)]] will start. | |||
You may want to replace the [[Title_ID|title id]] parameter with any of your choice. | |||
* http://www.skfu.xxx/2014/09/ps4-state-of-things-part-i-titleids.html |