sending activation email problem; PLEASE HELP

Register an Account
Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 10-03-2009, 03:56 PM
Pligg Donor
Pligg Version: 1.0.1
 
Join Date: Nov 2008
Posts: 136
Hi,

I have installed pligg 1.0.1

Works fine but I have a problems with activation email which is not being send to a new user after registration
Should I modify anything via admin panel? I cannot find any email-related items there. Please help
Reply With Quote
  #2 (permalink)  
Old 10-03-2009, 04:28 PM
New Pligger
Pligg Version: curren
 
Join Date: Jun 2009
Posts: 14
I'm also having this issue.


E-mails are able to be sent through my server, yet pligg won't send emails
Reply With Quote
  #3 (permalink)  
Old 10-04-2009, 07:49 PM
Pligg Donor
Pligg Version: 1.0.1
 
Join Date: Nov 2008
Posts: 136
As I am waiting for any help .... here are my settings:

VPS Ubuntu 8.04 LAMP

email server is on another machine (but do I need email server for Pligg??)

my site 1.0.1 sends NO emails at all

WHy?
Reply With Quote
  #4 (permalink)  
Old 10-05-2009, 01:32 PM
Pligg Donor
Pligg Version: 1.0.1
 
Join Date: Nov 2008
Posts: 136
The thread was seen by 62 users...

Dear Pligg Devs, could you please help with it?
Reply With Quote
  #5 (permalink)  
Old 10-06-2009, 09:15 AM
Pligg Developer
Pligg Version: SVN
Pligg Template: Wistie
 
Join Date: Aug 2008
Location: Russia
Posts: 58
Pligg uses /usr/sbin/sendmail by default to send registration emails. It should be present in the system, but is it configured to use external mail server?

Anyway you could try to change default configuration in libs/class.phpmailer5.php (if you use php 5) or in libs/class.phpmailer4.php:
public $Mailer = 'smtp';
public $Host = 'your_email_server_name';
public $Port = 25;
If the server requires secure connection and/or authorization, you may need to change the following lines accordingly:
public $SMTPSecure = "";
public $SMTPAuth = false;
Reply With Quote
  #6 (permalink)  
Old 10-06-2009, 01:53 PM
Pligg Donor
Pligg Version: 1.0.1
 
Join Date: Nov 2008
Posts: 136
Quote:
Originally Posted by brdless View Post
Pligg uses /usr/sbin/sendmail by default to send registration emails. It should be present in the system, but is it configured to use external mail server?

Anyway you could try to change default configuration in libs/class.phpmailer5.php (if you use php 5) or in libs/class.phpmailer4.php:
public $Mailer = 'smtp';
public $Host = 'your_email_server_name';
public $Port = 25;
If the server requires secure connection and/or authorization, you may need to change the following lines accordingly:
public $SMTPSecure = "";
public $SMTPAuth = false;
Thanks !!! It helps me a lot!
Reply With Quote
  #7 (permalink)  
Old 10-13-2009, 07:29 AM
New Pligger
 
Join Date: Sep 2006
Posts: 24
Well the solution is here for using email through smtp.

How about /usr/sbin/sendmail ....its not working for me
Reply With Quote
  #8 (permalink)  
Old 04-20-2011, 07:58 AM
New Pligger
 
Join Date: Apr 2011
Posts: 1
Hi,

I have installed pligg

Works fine but there is a problems with activation email which is not being send to a new user after registration

Should I modify anything via admin panel? I cannot find any email-related items there. Please help
Reply With Quote
  #9 (permalink)  
Old 07-11-2011, 10:33 AM
New Pligger
 
Join Date: Nov 2010
Posts: 7
Good day Please i am also having same problem.

Users dont get activation email when they register.

i am using pligg 1.1.4

Please what do i do?

Thanks
Reply With Quote
  #10 (permalink)  
Old 07-11-2011, 10:43 AM
chuckroast's Avatar
Pligg Developer/Coder/Designer
Pligg Version: SVN
Pligg Template: Social Pro Kit
 
Join Date: Jun 2006
Posts: 5,448
Quote:
Originally Posted by identicalmedia View Post
Good day Please i am also having same problem.

Users dont get activation email when they register.

i am using pligg 1.1.4

Please what do i do?

Thanks
First make sure you have it activated from the admin panel.
Admin > Configure> Misc> Validate Users Email > Set to true.

If you still have problems, contact your host to see if they have disabled php()mail functions. Some hosts will have this disabled by default.
Reply With Quote
Reply

Tags
activation email, email

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
activation email problem billo Questions and Comments 3 04-28-2010 11:21 PM
Activation Email Blank grangonzo Questions and Comments 5 06-30-2009 01:03 PM
Activation email not working mann3r Questions and Comments 3 02-21-2009 10:56 PM
Sending 'Your product was reviewed' email aaronpais Questions and Comments 1 05-28-2007 09:01 PM


Pligg Modules and Pligg Templates from Pligg Pro Find support on the Pligg CMS Forum - 24 hours a day! Make a donation to support Pligg CMS development