I am debugging a mail feature, and need Mercury to send mail from xampp, how do i do that?
Are there alternatives?
I am debugging a mail feature, and need Mercury to send mail from xampp,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok i found the answer (a work around) some time. I didn’t want to tamper with mecury settings, as i may need to send mail within localhost later, so i used this work around.
what i did was to download php mailer and use the smtp class. I used google smtp setting ie. smtp.google.com, and my google username and password. so when ever i want to send mail from localhost, phpmailer simple uses google to send the mail instead.
if you need more help, please let me know