Fredecardoso Posted February 18, 2011 Report Share Posted February 18, 2011 Hi guys! Thanks for creating the phpVMS! But...i have a problem...When i do the password lost and the thing to send the email with password i not receive any email(spam folder too). What i can do??What is the requisites of the "email system"? Sorry, by my bad english but... Good weekend, Fred Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted February 18, 2011 Moderators Report Share Posted February 18, 2011 Hi , i know its a silly question but can your server send mails? Also check in the database that the correct email is in there. Quote Link to comment Share on other sites More sharing options...
Fredecardoso Posted February 18, 2011 Author Report Share Posted February 18, 2011 Hi , i know its a silly question but can your server send mails? Also check in the database that the correct email is in there. How? With SMTP(i think no)? The database is fine! One more thing, i'm testing the phpVMS in a localhost server(xampp) but i think that should be working well... I want do so a website localy and after put into a server comapany, but i'm tried install phpVMS in a free webhosting company and i cant install there are many errors... Thanks by the answer, Fred Quote Link to comment Share on other sites More sharing options...
Moderators mark1million Posted February 18, 2011 Moderators Report Share Posted February 18, 2011 xampp will not normally have the capability to send you a mail, Look at fivedev for your hosting, highly recommended. 1 Quote Link to comment Share on other sites More sharing options...
Fredecardoso Posted February 18, 2011 Author Report Share Posted February 18, 2011 xampp will not normally have the capability to send you a mail, Look at fivedev for your hosting, highly recommended. Thanks, but i not have any money to pay a hosting... But, if i install Apache, PHP, MySQL, phpMyAdmin etc manualy, it's probably works? Thanks, Fred Quote Link to comment Share on other sites More sharing options...
Moderators joeri Posted February 19, 2011 Moderators Report Share Posted February 19, 2011 and where are you going to install all those things you will need a server 1 Quote Link to comment Share on other sites More sharing options...
Fredecardoso Posted February 19, 2011 Author Report Share Posted February 19, 2011 and where are you going to install all those things you will need a server I have a computer with Windows Server 2003, works? Quote Link to comment Share on other sites More sharing options...
Fredecardoso Posted February 19, 2011 Author Report Share Posted February 19, 2011 Can give me the file of the mail system to edit that? Quote Link to comment Share on other sites More sharing options...
NGS Posted March 11, 2011 Report Share Posted March 11, 2011 I've the same problem. I use a Gmail account (and smtp google server) to send emails. Phpvms returns authentication errors even if i set AUTH true in local.config.php It's not an host problem because it's ok sending emails from the forum (smf) on the same host and same smtp. Quote Link to comment Share on other sites More sharing options...
Fredecardoso Posted March 11, 2011 Author Report Share Posted March 11, 2011 I've the same problem. I use a Gmail account (and smtp google server) to send emails. Phpvms returns authentication errors even if i set AUTH true in local.config.php It's not an host problem because it's ok sending emails from the forum (smf) on the same host and same smtp. Hi, Dont configure AUTH on phpVMS config file, install fake sendmail(for windows only) if you are running in localhost(http://wiki.uniformserver.com/index.php/Installing_Fake_Sendmail_for_Windows) and configure you AUTH setings on sendmail config file only. Only put the email in local.config.php to show on email of recipients. With me the phpVMS and the sendmail are working fine! Sorry, by my bad english! Fred Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 13, 2011 Administrators Report Share Posted March 13, 2011 I've the same problem. I use a Gmail account (and smtp google server) to send emails. Phpvms returns authentication errors even if i set AUTH true in local.config.php It's not an host problem because it's ok sending emails from the forum (smf) on the same host and same smtp. Make sure the port is proper, gmail uses different ports and SSL as well. Your server needs to support SSL, I might also have to make a code change Quote Link to comment Share on other sites More sharing options...
NGS Posted March 14, 2011 Report Share Posted March 14, 2011 Make sure the port is proper, gmail uses different ports and SSL as well. Your server needs to support SSL, I might also have to make a code change STMP port is correct and the server supports SSL (we send emails from our smf forum). Phpmailer debug messages says that it tries to connect to gmail but doesn't recognize authentication when trying to send an email. Here is a part of the debug message: SMTP -> get_lines(): $data was "" SMTP -> get_lines(): $str is "220 mx.google.com ESMTP m2sm3405127wer.13 " SMTP -> get_lines(): $data is "220 mx.google.com ESMTP m2sm3405127wer.13 " SMTP -> FROM SERVER:220 mx.google.com ESMTP m2sm3405127wer.13 SMTP -> get_lines(): $data was "" SMTP -> get_lines(): $str is "250-mx.google.com at your service, [151.1.182.11] " SMTP -> get_lines(): $data is "250-mx.google.com at your service, [151.1.182.11] " SMTP -> get_lines(): $data was "250-mx.google.com at your service, [151.1.182.11] " SMTP -> get_lines(): $str is "250-SIZE 35651584 " SMTP -> get_lines(): $data is "250-mx.google.com at your service, [151.1.182.11] 250-SIZE 35651584 " SMTP -> get_lines(): $data was "250-mx.google.com at your service, [151.1.182.11] 250-SIZE 35651584 " SMTP -> get_lines(): $str is "250-8BITMIME " SMTP -> get_lines(): $data is "250-mx.google.com at your service, [151.1.182.11] 250-SIZE 35651584 250-8BITMIME " SMTP -> get_lines(): $data was "250-mx.google.com at your service, [151.1.182.11] 250-SIZE 35651584 250-8BITMIME " SMTP -> get_lines(): $str is "250-AUTH LOGIN PLAIN XOAUTH " SMTP -> get_lines(): $data is "250-mx.google.com at your service, [151.1.182.11] 250-SIZE 35651584 250-8BITMIME 250-AUTH LOGIN PLAIN XOAUTH " SMTP -> get_lines(): $data was "250-mx.google.com at your service, [151.1.182.11] 250-SIZE 35651584 250-8BITMIME 250-AUTH LOGIN PLAIN XOAUTH " SMTP -> get_lines(): $str is "250 ENHANCEDSTATUSCODES " SMTP -> get_lines(): $data is "250-mx.google.com at your service, [151.1.182.11] 250-SIZE 35651584 250-8BITMIME 250-AUTH LOGIN PLAIN XOAUTH 250 ENHANCEDSTATUSCODES " SMTP -> FROM SERVER: 250-mx.google.com at your service, [151.1.182.11] 250-SIZE 35651584 250-8BITMIME 250-AUTH LOGIN PLAIN XOAUTH 250 ENHANCEDSTATUSCODES SMTP -> get_lines(): $data was "" SMTP -> get_lines(): $str is "530-5.5.1 Authentication Required. Learn more at " SMTP -> get_lines(): $data is "530-5.5.1 Authentication Required. Learn more at " SMTP -> get_lines(): $data was "530-5.5.1 Authentication Required. Learn more at " SMTP -> get_lines(): $str is "530 5.5.1 http://mail.google.com/support/bin/answer.py?answer=14257 m2sm3405127wer.13 " SMTP -> get_lines(): $data is "530-5.5.1 Authentication Required. Learn more at 530 5.5.1 http://mail.google.com/support/bin/answer.py?answer=14257 m2sm3405127wer.13 " SMTP -> FROM SERVER:530-5.5.1 Authentication Required. Learn more at 530 5.5.1 http://mail.google.com/support/bin/answer.py?answer=14257 m2sm3405127wer.13 SMTP -> ERROR: MAIL not accepted from server: 530-5.5.1 Authentication Required. Learn more at 530 5.5.1 http://mail.google.com/support/bin/answer.py?answer=14257 m2sm3405127wer.13 The following From address failed: servizi@italianaviation.com Quote Link to comment Share on other sites More sharing options...
NGS Posted March 21, 2011 Report Share Posted March 21, 2011 I see [solved] on thread object but i can't still send emails (i can't use Fedecardoso solution because we don't work on local). Do i have to open another thread? Quote Link to comment Share on other sites More sharing options...
Fredecardoso Posted March 21, 2011 Author Report Share Posted March 21, 2011 I see [solved] on thread object but i can't still send emails (i can't use Fedecardoso solution because we don't work on local). Do i have to open another thread? I puted Solved because my problem it's solved, i forgotted yours(sorry). I will be remove that. Regards, Fred Quote Link to comment Share on other sites More sharing options...
Fredecardoso Posted March 21, 2011 Author Report Share Posted March 21, 2011 I see [solved] on thread object but i can't still send emails (i can't use Fedecardoso solution because we don't work on local). Do i have to open another thread? Why you no use yours ISP provider SMTP Server or use mine works for me and for you must work to:smtp.netcabo.pt but please don't send SPAM! PS:Your IP will be rejected(i think) but try it out! Regards, Fred Quote Link to comment Share on other sites More sharing options...
NGS Posted March 22, 2011 Report Share Posted March 22, 2011 I puted Solved because my problem it's solved, i forgotted yours(sorry). I will be remove that. Regards, Fred No problem Why you no use yours ISP provider SMTP Server or use mine works for me and for you must work to:smtp.netcabo.pt but please don't send SPAM! PS:Your IP will be rejected(i think) but try it out! I will try. But i think that is only a way to turn around the problem. I think that if it's a PHPvms solvable problem it will be turn useful to future users of phpvms preventing them to change the server because the bug. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 22, 2011 Administrators Report Share Posted March 22, 2011 This has been fixed in the next beta/next version Quote Link to comment Share on other sites More sharing options...
NGS Posted March 23, 2011 Report Share Posted March 23, 2011 This has been fixed in the next beta/next version Perfect. Thank you. p.s.: there is a simple way to correct temporarily the bug (without waiting for next release) or it's a complicated issue? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.