SMTP Error

494 views
Skip to first unread message

Alessandro Marretta

unread,
Jun 23, 2015, 5:10:16 AM6/23/15
to orangescrum-co...@googlegroups.com
There's no way to make smtp working.

Using these settings:

//Gmail SMTP
define
("SMTP_HOST", "ssl://smtp.gmail.com");
define
("SMTP_PORT", "465");
define
("SMTP_UNAME", "myac...@gmail.com");
define
("SMTP_PWORD", "MyPassword");
//https://www.arclab.com/en/amlc/list-of-smtp-and-imap-servers-mailserver-list.html (Get the list of Host names)

I get this error:

php_openssl in php.ini is enabled
tls://smtp.gmail.com:465 () is open.
Simple Email Caught exception: SMTP Error: 535 5.7.8 https://support.google.com/mail/answer/14257 j7sm34519624wjz.11 - gsmtp
Template Email Caught exception: SMTP Error: 535 5.7.8 https://support.google.com/mail/answer/14257 qq1sm34485107wjc.0 - gsmtp

Using these settings: 

//Gmail SMTP
define
("SMTP_HOST", "smtp.gmail.com");
define
("SMTP_PORT", "465");
define
("SMTP_UNAME", "myac...@gmail.com");
define
("SMTP_PWORD", "MyPassword");
//https://www.arclab.com/en/amlc/list-of-smtp-and-imap-servers-mailserver-list.html (Get the list of Host names)


I get this error:

php_openssl in php.ini is enabled 
smtp.gmail.com:465 () is open.
Simple Email Caught exception: SMTP timeout.
Template Email Caught exception: SMTP timeout.

Thank you 

Alessandro Marretta

unread,
Jun 23, 2015, 5:36:55 AM6/23/15
to orangescrum-co...@googlegroups.com
Well I found the error.

If the password contains $ char it won't authenticate

John Smith

unread,
Jan 25, 2016, 9:41:24 AM1/25/16
to Orangescrum Community Support
I am getting the exact error.  I have setup in local development server.  Also my password is not containing "$" sign. still there is a problem exactly as described below.

Please let me know if any one got any solution.

James Seals

unread,
Jan 25, 2016, 10:05:25 AM1/25/16
to Orangescrum Community Support
I had this same error. My problem was that I was using an e-mail address that I setup as an alias in google. You have to use the main e-mail account you created with google. This is what fixed my problem. Just thought I would share, just in case you were doing the same thing.
Message has been deleted

j...@torrocases.co.uk

unread,
Jul 22, 2016, 6:42:36 AM7/22/16
to Orangescrum Community Support
Did you find a solution?  I am having exactly the same issues as you.

Awesome Thing

unread,
Jul 27, 2016, 10:57:43 PM7/27/16
to Orangescrum Community Support
I've got this issue too and some of another controller is missing or miss arguemtn

this is Email

2016-07-27 01:52:06 Error: [SocketException] SMTP Error: 534 5.7.14  https://support.google.com/mail/answer/78754 101sm1485281otg.22 - gsmtp
.

2016-07-27 01:51:29 Warning: Warning (2): array_unique() expects parameter 1 to be array, null given in [/home/../app/Controller/ProjectsController.php, line 1904]
Trace:
array_unique - [internal], line ??
ProjectsController::member_list() - APP/Controller/ProjectsController.php, line 1904
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 185
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 160
[main] - APP/webroot/index.php, line 94

2016-07-27 01:51:53 Error: [MissingControllerException] Controller class Controller could not be found.
Exception Attributes: array (
  'class' => 'Controller',
  'plugin' => NULL,
)
Reply all
Reply to author
Forward
0 new messages