aschroder / Magento-SMTP-Pro-Email-Extension

Full SMTP and Gmail/Google Apps Email support for Magento
aschroder.com
333 stars 209 forks source link

Unable to use separate authentication account for separate website #149

Open gulshankumar opened 8 years ago

gulshankumar commented 8 years ago

If magento is running in multi store/multiwebsite mode and websites uses different mail account.

There is no option to save smtp credentials in store level.

Is this possible?

istoutjesdijk commented 8 years ago

Same problem here, when I change the scope the menu for SMTP Pro is gone.

aschroder commented 8 years ago

Most of the time when people ask for this they are confusing the server that sends email, and the headers of the email message itself. The "From:" header is configured per-store under the core 'Store Email' settings. The server is configured per installation. If you server does not support customising the "From:" header (for example: google apps and gmail) then that is a limitation of the server and you should look for an email sending solution that can support your needs.

That said, you can easily hack SMTP Pro to do what you're asking, I have not tested it though, so that part would be up to you!

On Thu, Feb 25, 2016 at 3:56 AM, istoutjesdijk notifications@github.com wrote:

Same problem here, when I change the scope the menu for SMTP Pro is gone.

— Reply to this email directly or view it on GitHub https://github.com/aschroder/Magento-SMTP-Pro-Email-Extension/issues/149#issuecomment-188290230 .

istoutjesdijk commented 8 years ago

Oké thanks but this was possible in onder versions of your plugin.

ferdinandsousa commented 8 years ago

If we put this another way, what if we wanted to send email from Google for one store and from Amazon SES for another?

Is this feature available in an older version? Or alternatively, can you point out what pages / config I need to modify in SMTP Pro version 2.0.7 for this to work?

roerlemans commented 8 years ago

Are people wishing this function? I can make an update for it if someone wish this. Need it by myself so :)

Maybe when someone is using multiple Google Apps per website (like i do)

istoutjesdijk commented 8 years ago

I switched from Google Apps to Sendgrid, works like a charm :-) With Sendgrid it's possible so set a "from:" mail address for each storeview again. Also I have stats about bounces and opens now.