Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

I am not Reciveing Verification email #55

Closed
tomriddle54 opened this issue Dec 27, 2016 · 7 comments
Closed

I am not Reciveing Verification email #55

tomriddle54 opened this issue Dec 27, 2016 · 7 comments

Comments

@tomriddle54
Copy link

Thank you for signing up! You will receive an email shortly confirming the verification of your account.
But i am not getting any email i have added phpMailer downloade from https://github.com/PHPMailer/PHPMailer/tree/9e4b8fb3deb7d9cfa515c04cec41f71bc37ce9a9
But still having error please help me out this is my first question on github

@therecluse26
Copy link
Owner

therecluse26 commented Dec 28, 2016 via email

@tomriddle54
Copy link
Author

Yes i have changed it properly added gmail account but i am trying to send with wamp may be thats the problem do you know any thing that would send email through local host i have added php_smpt dill but still problem may be it will work fine in server.Thanks for the Reply Brad.

@therecluse26
Copy link
Owner

therecluse26 commented Dec 29, 2016 via email

@JanPetterMG
Copy link
Contributor

I'm using gmail too, with two-factor enabled, working like a charm!
The app-specific password is generated at this specific page:
https://security.google.com/settings/u/1/security/apppasswords

@tomriddle54
Copy link
Author

can you send me demo project because its not working for me may be php mailer problem so can you please give me your demo project

@JanPetterMG
Copy link
Contributor

@syedmustafa54 I'm using master, downloaded using composer.
Make sure your config.php is using the correct SMTP server configuration, and that the username is your full gmail address.

$from_email = 'example@gmail.com';
$mailServerType = 'smtp';
$smtp_server = 'smtp.gmail.com';
$smtp_user = 'example@gmail.com';
$smtp_pw = '****************';
$smtp_port = 465;
$smtp_security = 'ssl';

@tomriddle54
Copy link
Author

ya its working but how to hide email id and password from script

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants