DrQuincy Posted June 6 Share Posted June 6 I'm using SMTP successfully with Google and an app password for other clients. A client has a custom stricter setup and they say they can only use SMTP with Oauth2. I presume this will involve regularly generating access tokens. Is there any way to make this work with the WireMail SMTP module? There is nothing in the settings. I need it to work at a global level so all $mail routes through this since I am using the LoginRegisterPro and EmailNewUser modules. Thanks. Link to comment Share on other sites More sharing options...
elabx Posted June 6 Share Posted June 6 4 hours ago, DrQuincy said: Is there any way to make this work with the WireMail SMTP module? There is nothing in the settings. I'd say very unlikely. Link to comment Share on other sites More sharing options...
DrQuincy Posted June 7 Author Share Posted June 7 Do you know how to hook into WireMail so I can set this manually? I thought it was based on Swift but I just read that's discontinued now. I'd be able to get it working with Swift but I need it to use WireMail for LRP, EmailNewUser, etc to work. Link to comment Share on other sites More sharing options...
Robin S Posted June 7 Share Posted June 7 Have you looked at this module? https://processwire.com/modules/wire-mail-gmail/ 1 Link to comment Share on other sites More sharing options...
DrQuincy Posted June 7 Author Share Posted June 7 Thanks, yes. The idea of it is great but the SMTP provider is not Google. It's a lesser known one. Link to comment Share on other sites More sharing options...
BrendonKoz Posted June 9 Share Posted June 9 The send() method in WireMailSMTP is hookable, so depending on how your service's Oauth2 requirement works you might be able to create some sort of supplemental solution. 2 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