Body is empty except when looking into “history”
Whenever I send an email using a form all of the data get's added correctly however it's not showing up in the "main" email.
Weird split up
Apparently the mail get's split in a main portion and an extra History portion which I need to explicitly click in order to open it.
Another issue I got is that it does send the email to certain emails but ignores certain others without any errors.
Main issue is the text not being shown properly though. Any Ideas?
P.S: sorry for image not showing everything don't want to spread around email addresses.
Another issue, mail only gets send when logged in as admin.
Mail tab
Image
Coding part:
<div class="form-group row mb-1">
<label class="col-sm-2 col-form-label">Naam *</label>
<div class="col-sm-10">[text* your-name akismet:author class:form-
control]</div>
</div>
<div class="form-group row mb-1">
<label class="col-sm-2 col-form-label">E-mail *</label>
<div class="col-sm-10">[email* your-email akismet:author_email class:form-control]</div>
</div>
<div class="form-group row mb-1">
<label class="col-sm-2 col-form-label">Onderwerp</label>
<div class="col-sm-10">[text your-subject class:form-control]</div>
</div>
<div class="form-group row mb-3">
<label class="col-sm-2 col-form-label">Bericht</label>
<div class="col-sm-10">[textarea your-message class:form-control]</div>
</div>
<div class="form-group row">
<div class="offset-sm-2 col-sm-10">[submit class:btn class:btn-primary "Verzenden"]</div>
</div>
And I call the form using [contact-form-7 id="3348" title="Contact form NL"]
wordpress forms smtp contact-form-7
|
show 1 more comment
Whenever I send an email using a form all of the data get's added correctly however it's not showing up in the "main" email.
Weird split up
Apparently the mail get's split in a main portion and an extra History portion which I need to explicitly click in order to open it.
Another issue I got is that it does send the email to certain emails but ignores certain others without any errors.
Main issue is the text not being shown properly though. Any Ideas?
P.S: sorry for image not showing everything don't want to spread around email addresses.
Another issue, mail only gets send when logged in as admin.
Mail tab
Image
Coding part:
<div class="form-group row mb-1">
<label class="col-sm-2 col-form-label">Naam *</label>
<div class="col-sm-10">[text* your-name akismet:author class:form-
control]</div>
</div>
<div class="form-group row mb-1">
<label class="col-sm-2 col-form-label">E-mail *</label>
<div class="col-sm-10">[email* your-email akismet:author_email class:form-control]</div>
</div>
<div class="form-group row mb-1">
<label class="col-sm-2 col-form-label">Onderwerp</label>
<div class="col-sm-10">[text your-subject class:form-control]</div>
</div>
<div class="form-group row mb-3">
<label class="col-sm-2 col-form-label">Bericht</label>
<div class="col-sm-10">[textarea your-message class:form-control]</div>
</div>
<div class="form-group row">
<div class="offset-sm-2 col-sm-10">[submit class:btn class:btn-primary "Verzenden"]</div>
</div>
And I call the form using [contact-form-7 id="3348" title="Contact form NL"]
wordpress forms smtp contact-form-7
You need to provide more info before we can help you. What are you using to send email, is it a plugin, which one? You might be better of asking the plugin developers of support. If you coded your own form you will need us to show us the code of the form and of the send process.
– janw
Nov 22 '18 at 10:57
Sure, I'm using WP Mail SMTP (which works when sending a test mail). See the main question for a screenshot of the mail tab + code.
– Stef Dg
Nov 22 '18 at 11:05
Your setup looks fair enough (nothing special). Does this happen in every email client? A better screenshot of the email itself (with blurred content) might help a bit. Still I suspect the email itself is not the problem. Let this contact form sent a test email here. and check the plain text version.
– janw
Nov 22 '18 at 11:13
There doesn't seem to arrive an email on that address... However there is a weird issue with the mail only being sent when the person filling in the form is logged in as an admin. Still the mail isnt arriving on the above.
– Stef Dg
Nov 22 '18 at 11:18
Well this is starting to get broader. This goes beyond a programmer question. I suggest you search support, either contact WP Mail SMTP or contact a general WP support desk
– janw
Nov 22 '18 at 11:31
|
show 1 more comment
Whenever I send an email using a form all of the data get's added correctly however it's not showing up in the "main" email.
Weird split up
Apparently the mail get's split in a main portion and an extra History portion which I need to explicitly click in order to open it.
Another issue I got is that it does send the email to certain emails but ignores certain others without any errors.
Main issue is the text not being shown properly though. Any Ideas?
P.S: sorry for image not showing everything don't want to spread around email addresses.
Another issue, mail only gets send when logged in as admin.
Mail tab
Image
Coding part:
<div class="form-group row mb-1">
<label class="col-sm-2 col-form-label">Naam *</label>
<div class="col-sm-10">[text* your-name akismet:author class:form-
control]</div>
</div>
<div class="form-group row mb-1">
<label class="col-sm-2 col-form-label">E-mail *</label>
<div class="col-sm-10">[email* your-email akismet:author_email class:form-control]</div>
</div>
<div class="form-group row mb-1">
<label class="col-sm-2 col-form-label">Onderwerp</label>
<div class="col-sm-10">[text your-subject class:form-control]</div>
</div>
<div class="form-group row mb-3">
<label class="col-sm-2 col-form-label">Bericht</label>
<div class="col-sm-10">[textarea your-message class:form-control]</div>
</div>
<div class="form-group row">
<div class="offset-sm-2 col-sm-10">[submit class:btn class:btn-primary "Verzenden"]</div>
</div>
And I call the form using [contact-form-7 id="3348" title="Contact form NL"]
wordpress forms smtp contact-form-7
Whenever I send an email using a form all of the data get's added correctly however it's not showing up in the "main" email.
Weird split up
Apparently the mail get's split in a main portion and an extra History portion which I need to explicitly click in order to open it.
Another issue I got is that it does send the email to certain emails but ignores certain others without any errors.
Main issue is the text not being shown properly though. Any Ideas?
P.S: sorry for image not showing everything don't want to spread around email addresses.
Another issue, mail only gets send when logged in as admin.
Mail tab
Image
Coding part:
<div class="form-group row mb-1">
<label class="col-sm-2 col-form-label">Naam *</label>
<div class="col-sm-10">[text* your-name akismet:author class:form-
control]</div>
</div>
<div class="form-group row mb-1">
<label class="col-sm-2 col-form-label">E-mail *</label>
<div class="col-sm-10">[email* your-email akismet:author_email class:form-control]</div>
</div>
<div class="form-group row mb-1">
<label class="col-sm-2 col-form-label">Onderwerp</label>
<div class="col-sm-10">[text your-subject class:form-control]</div>
</div>
<div class="form-group row mb-3">
<label class="col-sm-2 col-form-label">Bericht</label>
<div class="col-sm-10">[textarea your-message class:form-control]</div>
</div>
<div class="form-group row">
<div class="offset-sm-2 col-sm-10">[submit class:btn class:btn-primary "Verzenden"]</div>
</div>
And I call the form using [contact-form-7 id="3348" title="Contact form NL"]
wordpress forms smtp contact-form-7
wordpress forms smtp contact-form-7
edited Nov 22 '18 at 11:10
janw
5,33041939
5,33041939
asked Nov 22 '18 at 10:50
Stef DgStef Dg
13
13
You need to provide more info before we can help you. What are you using to send email, is it a plugin, which one? You might be better of asking the plugin developers of support. If you coded your own form you will need us to show us the code of the form and of the send process.
– janw
Nov 22 '18 at 10:57
Sure, I'm using WP Mail SMTP (which works when sending a test mail). See the main question for a screenshot of the mail tab + code.
– Stef Dg
Nov 22 '18 at 11:05
Your setup looks fair enough (nothing special). Does this happen in every email client? A better screenshot of the email itself (with blurred content) might help a bit. Still I suspect the email itself is not the problem. Let this contact form sent a test email here. and check the plain text version.
– janw
Nov 22 '18 at 11:13
There doesn't seem to arrive an email on that address... However there is a weird issue with the mail only being sent when the person filling in the form is logged in as an admin. Still the mail isnt arriving on the above.
– Stef Dg
Nov 22 '18 at 11:18
Well this is starting to get broader. This goes beyond a programmer question. I suggest you search support, either contact WP Mail SMTP or contact a general WP support desk
– janw
Nov 22 '18 at 11:31
|
show 1 more comment
You need to provide more info before we can help you. What are you using to send email, is it a plugin, which one? You might be better of asking the plugin developers of support. If you coded your own form you will need us to show us the code of the form and of the send process.
– janw
Nov 22 '18 at 10:57
Sure, I'm using WP Mail SMTP (which works when sending a test mail). See the main question for a screenshot of the mail tab + code.
– Stef Dg
Nov 22 '18 at 11:05
Your setup looks fair enough (nothing special). Does this happen in every email client? A better screenshot of the email itself (with blurred content) might help a bit. Still I suspect the email itself is not the problem. Let this contact form sent a test email here. and check the plain text version.
– janw
Nov 22 '18 at 11:13
There doesn't seem to arrive an email on that address... However there is a weird issue with the mail only being sent when the person filling in the form is logged in as an admin. Still the mail isnt arriving on the above.
– Stef Dg
Nov 22 '18 at 11:18
Well this is starting to get broader. This goes beyond a programmer question. I suggest you search support, either contact WP Mail SMTP or contact a general WP support desk
– janw
Nov 22 '18 at 11:31
You need to provide more info before we can help you. What are you using to send email, is it a plugin, which one? You might be better of asking the plugin developers of support. If you coded your own form you will need us to show us the code of the form and of the send process.
– janw
Nov 22 '18 at 10:57
You need to provide more info before we can help you. What are you using to send email, is it a plugin, which one? You might be better of asking the plugin developers of support. If you coded your own form you will need us to show us the code of the form and of the send process.
– janw
Nov 22 '18 at 10:57
Sure, I'm using WP Mail SMTP (which works when sending a test mail). See the main question for a screenshot of the mail tab + code.
– Stef Dg
Nov 22 '18 at 11:05
Sure, I'm using WP Mail SMTP (which works when sending a test mail). See the main question for a screenshot of the mail tab + code.
– Stef Dg
Nov 22 '18 at 11:05
Your setup looks fair enough (nothing special). Does this happen in every email client? A better screenshot of the email itself (with blurred content) might help a bit. Still I suspect the email itself is not the problem. Let this contact form sent a test email here. and check the plain text version.
– janw
Nov 22 '18 at 11:13
Your setup looks fair enough (nothing special). Does this happen in every email client? A better screenshot of the email itself (with blurred content) might help a bit. Still I suspect the email itself is not the problem. Let this contact form sent a test email here. and check the plain text version.
– janw
Nov 22 '18 at 11:13
There doesn't seem to arrive an email on that address... However there is a weird issue with the mail only being sent when the person filling in the form is logged in as an admin. Still the mail isnt arriving on the above.
– Stef Dg
Nov 22 '18 at 11:18
There doesn't seem to arrive an email on that address... However there is a weird issue with the mail only being sent when the person filling in the form is logged in as an admin. Still the mail isnt arriving on the above.
– Stef Dg
Nov 22 '18 at 11:18
Well this is starting to get broader. This goes beyond a programmer question. I suggest you search support, either contact WP Mail SMTP or contact a general WP support desk
– janw
Nov 22 '18 at 11:31
Well this is starting to get broader. This goes beyond a programmer question. I suggest you search support, either contact WP Mail SMTP or contact a general WP support desk
– janw
Nov 22 '18 at 11:31
|
show 1 more comment
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53429286%2fbody-is-empty-except-when-looking-into-history%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53429286%2fbody-is-empty-except-when-looking-into-history%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You need to provide more info before we can help you. What are you using to send email, is it a plugin, which one? You might be better of asking the plugin developers of support. If you coded your own form you will need us to show us the code of the form and of the send process.
– janw
Nov 22 '18 at 10:57
Sure, I'm using WP Mail SMTP (which works when sending a test mail). See the main question for a screenshot of the mail tab + code.
– Stef Dg
Nov 22 '18 at 11:05
Your setup looks fair enough (nothing special). Does this happen in every email client? A better screenshot of the email itself (with blurred content) might help a bit. Still I suspect the email itself is not the problem. Let this contact form sent a test email here. and check the plain text version.
– janw
Nov 22 '18 at 11:13
There doesn't seem to arrive an email on that address... However there is a weird issue with the mail only being sent when the person filling in the form is logged in as an admin. Still the mail isnt arriving on the above.
– Stef Dg
Nov 22 '18 at 11:18
Well this is starting to get broader. This goes beyond a programmer question. I suggest you search support, either contact WP Mail SMTP or contact a general WP support desk
– janw
Nov 22 '18 at 11:31