tires Posted April 12, 2022 Share Posted April 12, 2022 Hi! I've got an issue with the Wiremail SMTP module. The settings test in the module works without problems. But not the mails send via the website. In the logs "wiremailsmtp_errors" i always got this strange message: Error in hnsmtp::send : 250 OK What does that mean? Where or how can i get more infos or details errors? The background: I send mails everytime a page is published to all users via the ready.php . The mail are sent to my mail adress with all the user mail adresses in bcc. Thanks for any ideas & cheers! Link to comment Share on other sites More sharing options...
Clarity Posted April 13, 2022 Share Posted April 13, 2022 Hello, @tires! Code 250 OK means that everything went well and your message was delivered to the recipient server. It is possible that privacy settings block receiving of messages. 2 Link to comment Share on other sites More sharing options...
tires Posted April 13, 2022 Author Share Posted April 13, 2022 4 hours ago, Clarity said: Hello, @tires! Code 250 OK means that everything went well and your message was delivered to the recipient server. It is possible that privacy settings block receiving of messages. Thanks for your answer! May be its blocked. But where? At the user or on the server? Or is it the bcc? Link to comment Share on other sites More sharing options...
Clarity Posted April 14, 2022 Share Posted April 14, 2022 In Gmail, for example, you can set "Less secure app access" (Security > Less secure apps) so that WireMailSMTP will be able to access it. Probably it can help. 1 Link to comment Share on other sites More sharing options...
wbmnfktr Posted April 14, 2022 Share Posted April 14, 2022 14 hours ago, Clarity said: In Gmail, for example, you can set "Less secure app access" Same for Outlook, Yandex, Zoho and everything that needs either an "App password" or 2FA (2 Factor Auth). Another thing: sometimes it's necessary to use different ports (for whatever reason) so it's either 465, 587, or even 2525. Just double-check here. 2 Link to comment Share on other sites More sharing options...
tires Posted April 24, 2022 Author Share Posted April 24, 2022 Thanks for your answers! I think this was because of some smpt limits at the provider. I now solved it with wiremail without smtp an it work pretty well. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now