Author Topic: how do i add more domains for the register plugin under the "other"  (Read 2073 times)

Offline antonyf

  • Newbie
  • *
  • Posts: 6
Hi,
im trying to add more domains in the "other" config...

heres the code exapmple"


$rcmail_config['webadddoms']['default'][] = "mail4us.net";
//$rcmail_config['webadddoms']['default'][] = "xn--ber-goa.net"; // ьber.net => IDN converted !!!
$rcmail_config['webadddoms']['other'][]   = "dom3.com";


ive tried several ways for this but not getting it to work properly...
ive tried several methods for this line:
$rcmail_config['webadddoms']['other'][]   = "dom3.com, domain2, domain3, domain4, domain5, etc etc";
does anyone know how its suposed to be done?

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
how do i add more domains for the register plugin under the "other"
« Reply #1 on: October 07, 2011, 05:53:24 PM »
$rcmail_config["webaddoms"]["other"][] = "dom3.com";
$rcmail_config["webaddoms"]["other"][] = "dom4.com";
$rcmail_config["webaddoms"]["other"][] = "dom5.com";
$rcmail_config["webaddoms"]["other"][] = "dom6.com";
$rcmail_config["webaddoms"]["other"][] = "dom7.com";


Add as many as you want.