bgermann
Forum Replies Created
-
Forum: Plugins
In reply to: [cformsII] I can´t send emailsCould you please post the debug output found at cformsII’s global settings top menu? You should redact your email addresses, but check that the sender address is the one that you expect.
If you post here, please use the code tags.
Forum: Plugins
In reply to: [cformsII] Not received admin emailDo you get the admin mail if you put in the email address that you successfully received an email on?
Do you have HTML enabled? If so, maybe you see the text part in your mail read instead of the HTML part.
Again: What cformsII version do you use?
Forum: Plugins
In reply to: [cformsII] I can´t send emailsDo you get any PHP errors on the “real hosting”?
Did WP Mail SMTP with external SMTP settings work for you?
Forum: Plugins
In reply to: [cformsII] Not received admin emailWhat version of cformsII do you use?
1st paragraph: What is your setup like? Do you use the Cc message option to send the form to “the user”? Does the user receive the correct email content? Does “the administrator” receive an email at all? Or does he receive one with the form’s input missing? (Please check if you activated the option to not include the form data.)
2nd paragraph: I do not understand the problem. Do you get the wrong text in the auto-reply email?
Forum: Plugins
In reply to: [cformsII] I can´t send emailsPlease resave your the global settings (this should make the notices go away) and your form’s settings.
You use Windows to run your WordPress installation, which is uncommon. What mail server do you run?
I suggest to use WP Mail SMTP plugin if your sending address has a login on a mail server. You do not need a local mail server for that.
Forum: Plugins
In reply to: [cformsII] I can´t send emailsOkay. Do you get any PHP error messages or warnings? Please check out https://codex.wordpress.org/Debugging_in_WordPress if you do not know how to check that.
Forum: Plugins
In reply to: [cformsII] I can´t send emailsJust to be sure that you have updated your installation correctly: Do you still see the external SMTP section in global cformsII settings?
Forum: Plugins
In reply to: [cformsII] I can´t send emailsOkay. What does the error message say?
Forum: Plugins
In reply to: [cformsII] I can´t send emailsSo you installed and ran the Check Email plugin? This appears in the FAQ but you have not mentioned it.
So you get an error? What does it say?
Forum: Plugins
In reply to: [cformsII] I can´t send emailsSo in your current version there is no external SMTP section anymore?
If you had read the FAQ (“I do not get any emails from my form. Why?”) you would know the next step.
Forum: Plugins
In reply to: [cformsII] I can´t send emailsYou use an old version of cformsII. Please install version 14.14.
Forum: Plugins
In reply to: [cformsII] I can´t send emailsAlso check you spam folder.
Forum: Plugins
In reply to: [cformsII] I can´t send emailsAre the general WordPress emails sent from the same address that you use for the cform? You can set the sender address in the form settings. Please also read cformsII’s FAQ regarding emails.
Forum: Plugins
In reply to: [cformsII] Passing ValuesJust look at its call in lib_validate.php and you see the passed variables. Please read through general WordPress docs on how to use WordPress filters.
You should use a filter in an own plugin. A hacky solution would be writing it in your theme.Forum: Plugins
In reply to: [cformsII] fill fields via url query stringI have fixed the issue on the development version. It will be included in the next published version.