Emailuri primite

Here are some common email URI schemes:

  1. mailto: Used to send an email to a specific address.
  2. news: Used to access a newsgroup or forum.
    • Example: news:comp.lang.java
  3. tel: Used to dial a phone number.
    • Example: tel:+1-800-555-1234
  4. fax: Used to send a fax to a specific number.
    • Example: fax:+1-800-555-1234
  5. sms: Used to send a text message to a specific number.
    • Example: sms:+1-800-555-1234
  6. mms: Used to send a multimedia message to a specific number.
    • Example: mms:+1-800-555-1234
  7. imap: Used to access an IMAP email account.
  8. pop3: Used to access a POP3 email account.
  9. smtp: Used to send an email using a specific SMTP server.
    • Example: smtp://smtp.example.com:587
  10. ftp: Used to access a file transfer protocol (FTP) server.
  11. sftp: Used to access a secure file transfer protocol (SFTP) server.
  12. ssh: Used to access a secure shell (SSH) server.

These are just a few examples of email URI schemes. There are many more, and new ones are being developed all the time.