Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
dutchsnowden Posted January 6, 2022 Posted January 6, 2022 What would be best email settings? Do I need to use a SMTP server? PHP is not enough? SendGrid? Any recommendations?
dutchsnowden Posted January 6, 2022 Author Posted January 6, 2022 I tried changing these settings temporarily to PHP and received an error about this below in conf_global.php. This is what I receive when configuring PHP as temporary solution.
Jim M Posted January 6, 2022 Posted January 6, 2022 2 hours ago, dutchsnowden said: What would be best email settings? Do I need to use a SMTP server? PHP is not enough? SendGrid? Any recommendations? This would really be based on your own server and what is available to you. Many individuals like the ease of a solutin like SendGrid as it takes email management off their plate or host's plate if they have had issues. 2 hours ago, dutchsnowden said: I tried changing these settings temporarily to PHP and received an error about this below in conf_global.php. This is what I receive when configuring PHP as temporary solution. Do you have the "IN_DEV" constant enabled in your constants.php file?
dutchsnowden Posted January 6, 2022 Author Posted January 6, 2022 3 hours ago, Jim M said: This would really be based on your own server and what is available to you. Many individuals like the ease of a solutin like SendGrid as it takes email management off their plate or host's plate if they have had issues. Do you have the "IN_DEV" constant enabled in your constants.php file? Yes, inherited from 3.1.4 apparently.
Jim M Posted January 6, 2022 Posted January 6, 2022 3 minutes ago, dutchsnowden said: Yes, inherited from 3.1.4 apparently. Can remove that line 😉
dutchsnowden Posted January 6, 2022 Author Posted January 6, 2022 Removed it, let's give it another go. Removed it, but still not working, now this:
Jim M Posted January 6, 2022 Posted January 6, 2022 5 minutes ago, dutchsnowden said: Removed it, let's give it another go. Removed it, but still not working, now this: You'll need to work with your email provider. As the error says, your email server did not accept the message but provided no error message.
dutchsnowden Posted January 6, 2022 Author Posted January 6, 2022 Not sure what that means. This is a dedicated server, hosted in Frankfurt. Email is handled by gmail.
Jim M Posted January 6, 2022 Posted January 6, 2022 13 minutes ago, dutchsnowden said: Not sure what that means. This is a dedicated server, hosted in Frankfurt. Email is handled by gmail. You would need to investigate what is happening here or why Gmail is not replying back with an error message when they do not accept the message. I'm afraid, as a software vendor, this is outside our scope of support.
dutchsnowden Posted January 6, 2022 Author Posted January 6, 2022 Sure, but how it is trying to send? SMTP send should not depend on my domain settings. Where to I set the outgoing server for PHP?
Jim M Posted January 6, 2022 Posted January 6, 2022 6 minutes ago, dutchsnowden said: Sure, but how it is trying to send? SMTP send should not depend on my domain settings. Where to I set the outgoing server for PHP? SMTP would go out through your server so you would need to see what is happening here. I'm afraid, PHP's configuration is outside our scope of support.
dutchsnowden Posted January 6, 2022 Author Posted January 6, 2022 My server does not run currently a SMTP server. OK, thank you anyway Jim.
Jim M Posted January 6, 2022 Posted January 6, 2022 2 minutes ago, dutchsnowden said: My server does not run currently a SMTP server. OK, thank you anyway Jim. Sorry, believe there is confusion in what I meant here. SMTP would still send over port 25, 587, 467, etc... so if these are blocked for outgoing on your firewall, network, etc... this could be causing you a problem.
dutchsnowden Posted January 6, 2022 Author Posted January 6, 2022 OK. I administer my own dedicated server. I will check. Is there any error logging from invision community?
IveLeft... Posted January 6, 2022 Posted January 6, 2022 Try Amazon Send Mail - There is a plugin here for it - Not sure why IPS dont offer it out of the. box as its very good and they use S3 dutchsnowden 1
Jim M Posted January 6, 2022 Posted January 6, 2022 9 minutes ago, dutchsnowden said: OK. I administer my own dedicated server. I will check. Is there any error logging from invision community? What is being outputted there is the logging which we have.
dutchsnowden Posted January 7, 2022 Author Posted January 7, 2022 I configured and paid SendGrid. But now I encounter this error
Solution dutchsnowden Posted January 7, 2022 Author Solution Posted January 7, 2022 Mail seems to work, but some errors in the log, when I re-try them give this error message above.
Marc Posted January 7, 2022 Posted January 7, 2022 Could you let me know which you are trying to resend? I can then take a look at that for you
dutchsnowden Posted January 7, 2022 Author Posted January 7, 2022 I will get back to this in a bit. SendGrid works now.
Marc Posted January 7, 2022 Posted January 7, 2022 Please do let us know if you see any others of those messages being logged
dutchsnowden Posted January 7, 2022 Author Posted January 7, 2022 Nope. I don't see any other error messages. It just works. I assume those errors where when it was set to PHP MAIL, and I cannot delete them from queue.
Marc Posted January 7, 2022 Posted January 7, 2022 No problem. Please let us know if you have any further problems. Glad to see you have your mail up and running properly now.
Recommended Posts