junktrunk
Forum Replies Created
-
I was having the exact same problem as Lilian and lacebycr, and also just updated my site to use and force SSL.
I found that my problem was that somehow the WP Mail plugin was no longer enabled for some reason. When I re-enabled it, everything worked fine.
Resolving
Thanks!
Thanks for the quick reply. Is there a way to put feature requests like this in? I also just realized that there’s currently no mechanism to import all current users as subscribers, which required installing a plugin (two actually) to export the list, reformat into the needed CSV, then re-import to Email Subscribers. That is super cumbersome and seems like the tool could just do it for you. (I know this is off topic so sorry for hijacking my own thread! Mainly just want to put those two feature requests in somehow.)
By the way, I validated that this is indeed the problem by updating the UM code to force the value of $redirect to “http://<mydomain>” rather than “<mydomain>” to see what hapens with the wp_redirect() in that case. This does redirect as expected back to my homepage after validation.