I'm finding to proper information about how to send email from localhost WAMP. And how to get authorize to send email from particular authorize email address to send any other email address.
How to configure this whole step explain me details, I already visit here some Stack Overflow answer as well as blog post but all are very confusing and old dated so it's may be possible to not working. So i need Stack Overflow users help. Thank you.
Configuring a working email client from
localhost
is quite a chore, I have spent hours of frustration attempting it. At last I have found this way to send mails (using WAMP, XAMPP, etc.):Install hMailServer
Configure this hMailServer setting:
Configure your Gmail account, perform following modification:
Optional
If you want to send email from another computer you need to allow deliveries from External to External accounts by following steps:
Without any SMTP server sending mail,use this code for sending mail....
Click here
listen guys first you can do this less secure your gmail account after send mail with your gmail account
You can use this php.ini setting
And sendmail.ini settings
For me Fake Sendmail works.
What to do:
1) Edit
C:\wamp\sendmail\sendmail.ini:
2) Edit
php.ini
and setsendmail_path
That's it. Now you can test a mail.
Here is the BESTEST way to send emails using PHPmailer library, this is the only method that works for me.
If you have a wamp setup that won't send emails, there is only a couple of things to do. 1. find out what the smtp server name is for your isp. The gmail thing is most likely unnecessary complication 2. create a phpsetup.php file in your 'www' folder and edit like this:
this will give you a handle on what wamp is using. 3. search for the php.ini file. there may be serveral. The one you want is the one that effects the output of the file above. 4. find the smtp address in the most likely php.ini. 5. Type in your browser localhost/phpsetup.php and scroll down to smtp setting. it should say 'localhost' 6. edit the php.ini file smtp setting to the name of your ISPs smtp server. check if it changes for you phpsetup.php. if it works your done, if not you are working the wrong file.
this issue should be on the Wordpress site but they are way too up-them-selves or trying to get clients.;)
Try using fake sendmail to send emails in a WAMP enviroment.
http://jesin.tk/using-sendmail-on-windows/