email.address.template
上传用户:knt0001
上传日期:2022-01-28
资源大小:264k
文件大小:1k
源码类别:

Email客户端

开发平台:

C/C++

  1. # This is the Address book for 'email'
  2. # Groups should be comma delimited email addresses with 
  3. # Spaces are allowed, and newline escapes are too. Newline escapes are ''
  4. #
  5. # Example:
  6. #group: MyGroup = Dean, John, Geekoid  
  7. #                 Scott, Josh, John
  8. #
  9. # See? The newline escape char let's you specify stuff on a seperate line.  kinda cool, eh?
  10. # Have fun!
  11. #
  12. # These are regular email addresses
  13. single: Tim               = tim@somedomain.org        #This is me!
  14. single: Someone            = someone@somedomain.org   #Just someone...
  15. single: Her                = hot_girl@somedomain.org  #Yeah right...
  16. single: "Geekoid Software" = software@somedomain.org
  17. # This is my group of friends...
  18. group: All = Dean, 'Geekoid Software', 
  19. Someone, Her