Advertisement
Guest User

Untitled

a guest
Jun 21st, 2017
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. od.web_modules.dmail {
  2.  
  3.   from_name = John Spam Doe
  4.  
  5.   from_email= john.doe@nothing.test
  6.  
  7.   organisation = John Does Testsite
  8.  
  9.   replyto_email =
  10.  
  11.   replyto_name =
  12.  
  13.   plainParams = &type=99
  14.  
  15.   HTMLParams =
  16.  
  17.     # UID's of the tt_address records to use for test-sending:
  18.  
  19.   test_tt_address_uids = 13,14
  20.  
  21.     # table name of a userdefined table similar to tt_address (same fields) which may be used for distribution also.
  22.  
  23.   userTable =
  24.  
  25.   enablePlain = 1
  26.  
  27.   enableHTML = 1
  28.  
  29.   http_username =
  30.  
  31.   http_password =
  32.  
  33.   sendOptions=3
  34.  
  35.   categories {
  36.  
  37.     1 = Food
  38.  
  39.     2 = Books
  40.  
  41.     3 = Sport
  42.  
  43.     4 = Religion
  44.  
  45.   }
  46.  
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement