sarvan75 / yii-user-management

Automatically exported from code.google.com/p/yii-user-management
0 stars 0 forks source link

Email confirmations are not sent #52

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
after registering, emails are not sent. $user->email is not set. No
notification is shown.

Original issue reported on code.google.com by piwerek on 24 May 2010 at 10:43

GoogleCodeExporter commented 9 years ago
maybe not fix, but walkaround:

ADD after: $form->attributes = $_POST['YumRegistrationForm'];
$form->email = $_POST['YumProfile']['email'];

Original comment by piwerek on 24 May 2010 at 3:20

GoogleCodeExporter commented 9 years ago
after doing the work around, still doesn't send the mail. My mail server logs 
this:
No recipient addresses found in message header.
using:
yii-user-Management-0.5
Apache/2.2.15 (Unix) PHP/5.3.2 mod_ssl/2.2.15 OpenSSL/0.9.8m Yii 
Framework/1.1.2.r2086

Original comment by vynni...@gmail.com on 13 Jun 2010 at 4:09

GoogleCodeExporter commented 9 years ago
there was a bug with sprintf not interpolating the email address because of 
incorrect quotes

Original comment by mither...@gmail.com on 18 Nov 2010 at 12:48