Difference between revisions of "Can't send email"
From Kolmisoft Wiki
Jump to navigationJump to search
(→Errors) |
|||
Line 23: | Line 23: | ||
Login: kolmitest | Login: kolmitest | ||
Password: kolmitest99 | Password: kolmitest99 | ||
===NameError (undefined local variable or method `xxxxxx' for #)=== | |||
Do not add variables which are not from this list: | |||
* <%= server_ip %> | |||
* <%= device_type %> | |||
* <%= device_username %> | |||
* <%= device_password %> | |||
* <%= login_url %> | |||
* <%= login_username %> | |||
* <%= login_password %> |
Revision as of 12:44, 15 December 2007
This error can appear when trying to send email from Email section or when user registers:
We're sorry, but something went wrong. We've been notified about this issue and we'll take a look at it shortly.
Errors
Net::SMTPAuthenticationError (535 auth failure)
Net::SMTPAuthenticationError (535 invalid user ID or password)
On both of these errors:
- Check your SMTP server details
- Try to use another SMTP server
- Try default settings:
SMTP Server: smtp.gmail.com Domain: localhost.localdomain Login: kolmitest Password: kolmitest99
NameError (undefined local variable or method `xxxxxx' for #)
Do not add variables which are not from this list:
- <%= server_ip %>
- <%= device_type %>
- <%= device_username %>
- <%= device_password %>
- <%= login_url %>
- <%= login_username %>
- <%= login_password %>