Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Notify by email of new applicants not working
I am using the Applicant Email Verification 0.4.0 extension on my forum and it is working fine, the user gets the verification emails.
The problem I have is that the administrator does not get notification of the new users.
I have set "Notify by email of new applicants" in the administrator role.
and "Receive email notifications when new users apply for membership" in the administrator account.
I've even tried changing the administrator email address, but I never receive any notification.
Any ideas?
Cheers
Ed.
0
Comments
However, on my testing server, using the smtp method, it is working. Same on my remote server, except when I use it with the sendmail method and that my admin email is an hotmail one, and I don't know why - the mail leave my server for the hotmail one but never arrive to my mailbox or my junk email.
If you have access to you error.log and your mail log you could look at it.
I tested it on php4 and php5, it should work. It could be a problem with sendmail, your smtp server or your email server.
Which method do you use for the mail?
You can try to replace line 188 of ApplicantEmailVerification/default.php:
$e->AddFrom($this->User->Email, $this->User->Name);
by:$e->AddFrom($this->Context->Configuration['SUPPORT_EMAIL'], $this->Context->Configuration['SUPPORT_NAME']);
I've commented out:
$UserManager->Context->Configuration['ALLOW_IMMEDIATE_ACCESS'] = 1;
from function EmailVerification_NoMailAdmin, so I now get an email when they apply.
you can use the swift mailer to trigger and Received the mails in ur mail box, u can change phpmailer source code with the swift mailer
if change them please tell me i am also try to change phpmailer source code i got the main page where class is work " \your main dir\library\core\class.email.php"