How can i find hardcoded(?!) Store Mail












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?










share|improve this question





























    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?










    share|improve this question



























      0












      0








      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?










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 3 mins ago









      Teja Bhagavan Kollepara

      2,94841847




      2,94841847










      asked Feb 24 '15 at 21:26









      Chri.sChri.s

      31




      31






















          1 Answer
          1






          active

          oldest

          votes


















          1














          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.






          share|improve this answer


























          • 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











          • 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











          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
          });


          }
          });














          draft saved

          draft discarded


















          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









          1














          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.






          share|improve this answer


























          • 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











          • 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
















          1














          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.






          share|improve this answer


























          • 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











          • 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














          1












          1








          1







          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.






          share|improve this answer















          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.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          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 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













          • 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



















          • 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











          • 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

















          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


















          draft saved

          draft discarded




















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Alcázar de San Juan

          Griza ansero

          Heinkel He 51