How can i find hardcoded(?!) Store Mail
The Store is defined under magentoA.com but the Store Mails (Newsletter, orders, etc) is on shop@developer.com - i think i don't have to say that this is a pity.
So even if i change the store mails it doesn't change - i think these mails are hardcoded?
May someone can give me a hint -
mailq (@debian sys) is showing me that something is sent by this shop@developer.com (www-data) may this gives someone an idea?
email magento-1.8.1.0
add a comment |
The Store is defined under magentoA.com but the Store Mails (Newsletter, orders, etc) is on shop@developer.com - i think i don't have to say that this is a pity.
So even if i change the store mails it doesn't change - i think these mails are hardcoded?
May someone can give me a hint -
mailq (@debian sys) is showing me that something is sent by this shop@developer.com (www-data) may this gives someone an idea?
email magento-1.8.1.0
add a comment |
The Store is defined under magentoA.com but the Store Mails (Newsletter, orders, etc) is on shop@developer.com - i think i don't have to say that this is a pity.
So even if i change the store mails it doesn't change - i think these mails are hardcoded?
May someone can give me a hint -
mailq (@debian sys) is showing me that something is sent by this shop@developer.com (www-data) may this gives someone an idea?
email magento-1.8.1.0
The Store is defined under magentoA.com but the Store Mails (Newsletter, orders, etc) is on shop@developer.com - i think i don't have to say that this is a pity.
So even if i change the store mails it doesn't change - i think these mails are hardcoded?
May someone can give me a hint -
mailq (@debian sys) is showing me that something is sent by this shop@developer.com (www-data) may this gives someone an idea?
email magento-1.8.1.0
email magento-1.8.1.0
edited 3 mins ago
Teja Bhagavan Kollepara
2,94841847
2,94841847
asked Feb 24 '15 at 21:26
Chri.sChri.s
31
31
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Admin > System > Configuration > Store Email Addresses look here, check all store scopes, set them to desired email.
You may also want to double check Admin > System > Configuration > Advanced > Mail Sending Settings and/or attempt to determine wether or not you're using an extension that offloads mail sending to something other than your localhost.
Thanks for your reply. sadly i already tried this point . The store still sends via the shop@developer.com Adress as stated above.
– Chri.s
Feb 24 '15 at 21:55
Have you tried to grep -r shop@developer.com from your project root? Also, I would try runningphp -i | grep shop@developer.comfrom the server's shell to see if your sendmail path has the from email set to this address. Also added an alternative place to look in my answer.
– Reid Blomquist
Feb 24 '15 at 22:01
under var/www/ grep -r -i 'shop@developer.com' ./ => not successfull php did the same.
– Chri.s
Feb 24 '15 at 22:22
Flush cache? The settings are read out ofcore_config_dataand cached. Won't change till cache is flushed. Might have to manually delete the mage folders under var/cache/.
– Fiasco Labs
Feb 25 '15 at 0:57
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2fmagento.stackexchange.com%2fquestions%2f58586%2fhow-can-i-find-hardcoded-store-mail%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Admin > System > Configuration > Store Email Addresses look here, check all store scopes, set them to desired email.
You may also want to double check Admin > System > Configuration > Advanced > Mail Sending Settings and/or attempt to determine wether or not you're using an extension that offloads mail sending to something other than your localhost.
Thanks for your reply. sadly i already tried this point . The store still sends via the shop@developer.com Adress as stated above.
– Chri.s
Feb 24 '15 at 21:55
Have you tried to grep -r shop@developer.com from your project root? Also, I would try runningphp -i | grep shop@developer.comfrom the server's shell to see if your sendmail path has the from email set to this address. Also added an alternative place to look in my answer.
– Reid Blomquist
Feb 24 '15 at 22:01
under var/www/ grep -r -i 'shop@developer.com' ./ => not successfull php did the same.
– Chri.s
Feb 24 '15 at 22:22
Flush cache? The settings are read out ofcore_config_dataand cached. Won't change till cache is flushed. Might have to manually delete the mage folders under var/cache/.
– Fiasco Labs
Feb 25 '15 at 0:57
add a comment |
Admin > System > Configuration > Store Email Addresses look here, check all store scopes, set them to desired email.
You may also want to double check Admin > System > Configuration > Advanced > Mail Sending Settings and/or attempt to determine wether or not you're using an extension that offloads mail sending to something other than your localhost.
Thanks for your reply. sadly i already tried this point . The store still sends via the shop@developer.com Adress as stated above.
– Chri.s
Feb 24 '15 at 21:55
Have you tried to grep -r shop@developer.com from your project root? Also, I would try runningphp -i | grep shop@developer.comfrom the server's shell to see if your sendmail path has the from email set to this address. Also added an alternative place to look in my answer.
– Reid Blomquist
Feb 24 '15 at 22:01
under var/www/ grep -r -i 'shop@developer.com' ./ => not successfull php did the same.
– Chri.s
Feb 24 '15 at 22:22
Flush cache? The settings are read out ofcore_config_dataand cached. Won't change till cache is flushed. Might have to manually delete the mage folders under var/cache/.
– Fiasco Labs
Feb 25 '15 at 0:57
add a comment |
Admin > System > Configuration > Store Email Addresses look here, check all store scopes, set them to desired email.
You may also want to double check Admin > System > Configuration > Advanced > Mail Sending Settings and/or attempt to determine wether or not you're using an extension that offloads mail sending to something other than your localhost.
Admin > System > Configuration > Store Email Addresses look here, check all store scopes, set them to desired email.
You may also want to double check Admin > System > Configuration > Advanced > Mail Sending Settings and/or attempt to determine wether or not you're using an extension that offloads mail sending to something other than your localhost.
edited Feb 24 '15 at 22:02
answered Feb 24 '15 at 21:39
Reid BlomquistReid Blomquist
1,340619
1,340619
Thanks for your reply. sadly i already tried this point . The store still sends via the shop@developer.com Adress as stated above.
– Chri.s
Feb 24 '15 at 21:55
Have you tried to grep -r shop@developer.com from your project root? Also, I would try runningphp -i | grep shop@developer.comfrom the server's shell to see if your sendmail path has the from email set to this address. Also added an alternative place to look in my answer.
– Reid Blomquist
Feb 24 '15 at 22:01
under var/www/ grep -r -i 'shop@developer.com' ./ => not successfull php did the same.
– Chri.s
Feb 24 '15 at 22:22
Flush cache? The settings are read out ofcore_config_dataand cached. Won't change till cache is flushed. Might have to manually delete the mage folders under var/cache/.
– Fiasco Labs
Feb 25 '15 at 0:57
add a comment |
Thanks for your reply. sadly i already tried this point . The store still sends via the shop@developer.com Adress as stated above.
– Chri.s
Feb 24 '15 at 21:55
Have you tried to grep -r shop@developer.com from your project root? Also, I would try runningphp -i | grep shop@developer.comfrom the server's shell to see if your sendmail path has the from email set to this address. Also added an alternative place to look in my answer.
– Reid Blomquist
Feb 24 '15 at 22:01
under var/www/ grep -r -i 'shop@developer.com' ./ => not successfull php did the same.
– Chri.s
Feb 24 '15 at 22:22
Flush cache? The settings are read out ofcore_config_dataand cached. Won't change till cache is flushed. Might have to manually delete the mage folders under var/cache/.
– Fiasco Labs
Feb 25 '15 at 0:57
Thanks for your reply. sadly i already tried this point . The store still sends via the shop@developer.com Adress as stated above.
– Chri.s
Feb 24 '15 at 21:55
Thanks for your reply. sadly i already tried this point . The store still sends via the shop@developer.com Adress as stated above.
– Chri.s
Feb 24 '15 at 21:55
Have you tried to grep -r shop@developer.com from your project root? Also, I would try running
php -i | grep shop@developer.com from the server's shell to see if your sendmail path has the from email set to this address. Also added an alternative place to look in my answer.– Reid Blomquist
Feb 24 '15 at 22:01
Have you tried to grep -r shop@developer.com from your project root? Also, I would try running
php -i | grep shop@developer.com from the server's shell to see if your sendmail path has the from email set to this address. Also added an alternative place to look in my answer.– Reid Blomquist
Feb 24 '15 at 22:01
under var/www/ grep -r -i 'shop@developer.com' ./ => not successfull php did the same.
– Chri.s
Feb 24 '15 at 22:22
under var/www/ grep -r -i 'shop@developer.com' ./ => not successfull php did the same.
– Chri.s
Feb 24 '15 at 22:22
Flush cache? The settings are read out of
core_config_data and cached. Won't change till cache is flushed. Might have to manually delete the mage folders under var/cache/.– Fiasco Labs
Feb 25 '15 at 0:57
Flush cache? The settings are read out of
core_config_data and cached. Won't change till cache is flushed. Might have to manually delete the mage folders under var/cache/.– Fiasco Labs
Feb 25 '15 at 0:57
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- 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%2fmagento.stackexchange.com%2fquestions%2f58586%2fhow-can-i-find-hardcoded-store-mail%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