anushpatel Posted April 3, 2020 Report Share Posted April 3, 2020 Hi there! I have gotten phpVMS 7 set up and was trying to get the automailer to work however I can't get it to work, I have tried MailGun and Sparkpost but all result in the following error "Expected response code 220 but got an empty response" and "Swift_Transport_AbstractSmtpTransport::assertResponseCode:445 vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:445" I can't find the .env file either? Quote Link to comment Share on other sites More sharing options...
Administrators ProAvia Posted April 3, 2020 Administrators Report Share Posted April 3, 2020 Maybe something in the above post will help. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted April 15, 2020 Administrators Report Share Posted April 15, 2020 .env is env.php file. Are there more logs in the storage/logs folder that are pertinent? 1 Quote Link to comment Share on other sites More sharing options...
Velocity23 Posted June 27, 2020 Report Share Posted June 27, 2020 (edited) @Nabeel I'm having the same issue. According to the log file, seems like the SMTP Greeting is returning nothing instead of the expected 220. Was using the forgot password function so got a full error screen and was able to export it to Flare so here's the full error information including stack trace, request details etc https://flareapp.io/share/4m41E4PM#F59 Tried adding mail details to env.php file, config/mail.php and config.php but to no avail. Edited June 27, 2020 by Velocity23 Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted June 28, 2020 Administrators Report Share Posted June 28, 2020 Can you try a different email provider? Or maybe you have to use a different port? That looks like it's connecting but it's not getting the proper response from the SMTP server. Maybe they're just running an blackhole telnet server or something Quote Link to comment Share on other sites More sharing options...
Velocity23 Posted June 28, 2020 Report Share Posted June 28, 2020 1 hour ago, Nabeel said: Can you try a different email provider? Or maybe you have to use a different port? That looks like it's connecting but it's not getting the proper response from the SMTP server. Maybe they're just running an blackhole telnet server or something Will do. Does phpVMS support SSL for encryption? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted June 30, 2020 Administrators Report Share Posted June 30, 2020 On 6/27/2020 at 11:04 PM, Velocity23 said: Will do. Does phpVMS support SSL for encryption? I think that comes down to PHP itself and the libraries (swiftmailer, etc) and how they're configured, not really phpvms specifically 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.