calcyoulater
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Lost Password Email not Sending CF7 IssuesAs I mentioned, I tried installing the Postman SMTP plugin, but it triggered a ‘Plugin could not be activated because it triggered a fatal error’ message when I tried to activate it.
Well, since I was just starting out with WP, I tried using a free web hosting service @ 000webhost.com. For most things, it was perfectly fine, but it has its limitations. I know for a fact the free version does not support SMTP, so that might explain why your proposed solution didn’t work. On the other hand, mail() should still be working, not sure why that’s broken.
I’m planning to move to a premium web hosting service once school starts. Was mostly playing around to see what I could do. Shouldn’t be too hard to switch, there are plenty of resources lying around.
I guess the contact form won’t work until I change to a premium web host. For now, I will have to live with it.Thank you again for your help and should you have any further advice regarding this topic, I would be glad to hear it.
Forum: Fixing WordPress
In reply to: Lost Password Email not Sending CF7 IssuesEven using Easy WP SMTP, it doesn’t quite work. When I try to send an email, it seems to process forever and doesn’t actually go through. Very strange. Anything else wrong here? It still results in 520: Unknown error.
I will report the Postman issue once I have fixed this issue, as I will maybe by then have a better understanding of the issue. Right now, I do not know exactly why nothing is working.
Forum: Fixing WordPress
In reply to: Lost Password Email not Sending CF7 IssuesThank you for your insightful response.
I installed the Check Email plugin and I did not receive a test email, so the mail() function should be inactive.
I tried installing the Postman SMTP plugin, but it triggered a ‘Plugin could not be activated because it triggered a fatal error’ message when I tried to activate it.
As an alternative, I will try some of the other related/similar services. I am currently trying Easy WP SMTP.
Forum: Everything else WordPress
In reply to: Integrating External HTML as Live Project Demo in WP?Oops, perhaps I wasn’t being very specific. I mean integration in terms of being able to upload the files & associated database in a way that is accessible through the WP site and preserves the original functioning of the files.
I want to have a link from the WP site to the files that will create the live demo of the project I am trying to showcase.
Currently, the files are in localhost and the project runs well by itself, but I want to attach it to the WP site.