hashview / hashview-old

A web front-end for password cracking and analytics
http://www.hashview.io
GNU General Public License v3.0
621 stars 134 forks source link

SMTP "Internal Server Error" #411

Closed bzekanovic closed 6 years ago

bzekanovic commented 6 years ago

Hashview Version 0.7.3 Getting "Internal Server Error" when trying to to test SMTP settings using "Send Test Email" Server side error - "NoMethodError - undefined method `split' for nil:NilClass:" SMTP Server - email.smtpserver.com:25 Sender Address - no-reply@domain.com Use TLS = yes SMTP Auth Type - none

i128 commented 6 years ago

Did you save the settings before testing? What does the settings table look like in the database? use hashview select * from settings;

bzekanovic commented 6 years ago

Got this working with correct SMTP settings.

Thanks,