X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Feveryone_net.pm;h=7386973e492dc6812803ee30a47b76ba4460b798;hb=674cb2d9d7105f4cc2871539b2e9f7088cdaa750;hp=e3c6d3ddaa496823533ed5486fe157ac63c9d57e;hpb=ef0678c66759a8d3e5ac7fb604ba3f7a233e7971;p=freeside.git diff --git a/FS/FS/part_export/everyone_net.pm b/FS/FS/part_export/everyone_net.pm index e3c6d3dda..7386973e4 100644 --- a/FS/FS/part_export/everyone_net.pm +++ b/FS/FS/part_export/everyone_net.pm @@ -18,9 +18,11 @@ tie my %options, 'Tie::IxHash', 'svc' => 'svc_acct', 'desc' => 'Real-time export to Everyone.net outsourced mail service', 'options'=> \%options, + 'no_machine' => 1, + 'default_svc_class' => 'Email', 'notes' => <<'END' Real-time export to -Everyone.net via the XRC Remote API. +Everyone.net via the XRC Remote API. Requires installation of Net::XRC from CPAN. @@ -87,7 +89,6 @@ sub _export_replace { $self->_xrc_command( 'setUserPassword', $new->domain, - $domain_clientID, string($new->username), string($new->_password), );