RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
subscribe without confirmation

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> CommuniMail
View previous topic :: View next topic  
Author Message
Buyaphoto



Joined: 01 Jul 2008
Posts: 7

PostPosted: Nov 18, 2008 7:00 am    Post subject: subscribe without confirmation Reply with quote

Hi
I have set up my first signup form and it is sending out an email requesting confirmation. How do I set it up so that confirmation is not needed?
Thanks
Dean
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 22 Mar 2006
Posts: 1287

PostPosted: Nov 18, 2008 9:36 am    Post subject: Re: subscribe without confirmation Reply with quote

Buyaphoto wrote:
Hi
I have set up my first signup form and it is sending out an email requesting confirmation. How do I set it up so that confirmation is not needed?
Thanks
Dean


In signup.cgi on line 144 you need to change 'OFF' to 'ON'.
Back to top
View user's profile Send private message Send e-mail
Digital Entertainment



Joined: 09 Aug 2009
Posts: 5
Location: USA

PostPosted: Aug 09, 2009 5:23 pm    Post subject: Re: subscribe without confirmation Reply with quote

admin wrote:
Buyaphoto wrote:
Hi
I have set up my first signup form and it is sending out an email requesting confirmation. How do I set it up so that confirmation is not needed?
Thanks
Dean


In signup.cgi on line 144 you need to change 'OFF' to 'ON'.


I'm not seeing anything for line 144, nor do I see anything around that line that would allow me to change 'OFF' to 'ON'... Please assist, thanks.
Back to top
View user's profile Send private message Visit poster's website
admin
Site Admin


Joined: 22 Mar 2006
Posts: 1287

PostPosted: Aug 11, 2009 4:41 am    Post subject: Re: subscribe without confirmation Reply with quote

Digital Entertainment wrote:


I'm not seeing anything for line 144, nor do I see anything around that line that would allow me to change 'OFF' to 'ON'... Please assist, thanks.


Hello,

in signup.cgi find line 114:

my $l2c = $c->addL2CLinks($id, $list, 'OFF' );

replace with following:

my $l2c = $c->addL2CLinks($id, $list, 'ON' );

That should help.

Thanks
Back to top
View user's profile Send private message Send e-mail
Digital Entertainment



Joined: 09 Aug 2009
Posts: 5
Location: USA

PostPosted: Aug 11, 2009 4:48 am    Post subject: Re: subscribe without confirmation Reply with quote

admin wrote:
Digital Entertainment wrote:


I'm not seeing anything for line 144, nor do I see anything around that line that would allow me to change 'OFF' to 'ON'... Please assist, thanks.


Hello,

in signup.cgi find line 114:

my $l2c = $c->addL2CLinks($id, $list, 'OFF' );

replace with following:

my $l2c = $c->addL2CLinks($id, $list, 'ON' );

That should help.

Thanks


It was line 110 on my end: I just did that and I'm still getting:

Subscription Confirmation
Please click the link below to activate your subscription to the list mysite.com

- Activate subscription -
Back to top
View user's profile Send private message Visit poster's website
admin
Site Admin


Joined: 22 Mar 2006
Posts: 1287

PostPosted: Aug 11, 2009 4:52 am    Post subject: Re: subscribe without confirmation Reply with quote

Digital Entertainment wrote:


Just did that and I'm still getting:

Subscription Confirmation
Please click the link below to activate your subscription to the list mysite.com

- Activate subscription -



Yes, you still getting confirmations (however, accounts already confirmed).
In order to turn off confirmations, in signup.cgi on line 132, comment with # or completely remove this code:

Code:

      if ($CFG{ sendmail_type } eq 'unix' ) {
            &sendmail_unix($$contact{ EMAIL }, $CFG{'admin_email'},$CFG{'admin_email'}, "Confirm your subscription for list ".$$curr_list{TITLE},$ft->output(),'','0');
      }else {
            &sendmail_perl($$contact{ EMAIL }, $CFG{'admin_email'},$CFG{'admin_email'}, "Confirm your subscription for list ".$$curr_list{TITLE},$ft->output(),'','0');
      }
Back to top
View user's profile Send private message Send e-mail
Digital Entertainment



Joined: 09 Aug 2009
Posts: 5
Location: USA

PostPosted: Aug 11, 2009 5:01 am    Post subject: Re: subscribe without confirmation Reply with quote

admin wrote:
Digital Entertainment wrote:


Just did that and I'm still getting:

Subscription Confirmation
Please click the link below to activate your subscription to the list mysite.com

- Activate subscription -



Yes, you still getting confirmations (however, accounts already confirmed).
In order to turn off confirmations, in signup.cgi on line 132, comment with # or completely remove this code:

Code:

      if ($CFG{ sendmail_type } eq 'unix' ) {
            &sendmail_unix($$contact{ EMAIL }, $CFG{'admin_email'},$CFG{'admin_email'}, "Confirm your subscription for list ".$$curr_list{TITLE},$ft->output(),'','0');
      }else {
            &sendmail_perl($$contact{ EMAIL }, $CFG{'admin_email'},$CFG{'admin_email'}, "Confirm your subscription for list ".$$curr_list{TITLE},$ft->output(),'','0');
      }


Cool, that did the job... Thanks much!
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> CommuniMail All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group