= :smtp
ActionMailer::Base.smtp_settings = {
:address => "smtp.zoho.com",
:port => 465,
:user_name => 'someone@somewhere.com',
:password => 'password',
:authentication => :login,
:ssl => true,
:tls => true,
:enable_starttls_auto => true }
I tried to enter these settings in the spree admin (even tried to put those
in the spree.rb initializer to override the settings in the admin - still
nothing):
Send mail as: *no-reply@<my domain here>.com*
Send copy of all mails to: *<my email address here>*
Intercept email address: *<blank>*
SMTP domain: *mail.zoho.com* | <- what is the differentce between those
two?
SMTP host: *mail.zoho.com *|
SMTP port: *465*
Secure connection type: *TLS*
SMTP authentication type: *Login*
SMTP username: *<my-email-address-here>*
SMTP password: *<my-zoho-password>*
*
*
Those settings work in a desktop client. When I use Spree nothing happens -
no emails are being sent! I can see the email content in the log file but I
never receive emails.
-Pavel
On Wednesday, July 3, 2013 7:17:16 PM UTC+3, Weston Platter wrote:
What email configs have you entered in the Spree Admin panel?
*Weston Platter | **weston...@gmail.com <javascript:> | google voice** -
408.657.8090*
On Tue, Jul 2, 2013 at 2:39 PM, absolutemystery <absolut...@gmail.com<javascript:>
What email configs have you entered in the Spree Admin panel?
*Weston Platter | **weston...@gmail.com <javascript:> | google voice** -
408.657.8090*
On Tue, Jul 2, 2013 at 2:39 PM, absolutemystery <absolut...@gmail.com<javascript:>
wrote:
I have successfully configured a google account in other Spree store in
the past. Also I've used the Admin UI. Now with Spree 2.0 I tried many
different things with settings that work in a desktop mail client and still
nothing - Spree does not send mails with Zoho mail server : (
23 юни 2013, неделя, 20:20:08 UTC+3, Gregor MacDougall написа:
I have successfully configured a google account in other Spree store in
the past. Also I've used the Admin UI. Now with Spree 2.0 I tried many
different things with settings that work in a desktop mail client and still
nothing - Spree does not send mails with Zoho mail server : (
23 юни 2013, неделя, 20:20:08 UTC+3, Gregor MacDougall написа:
Spree delegates most of the mail configuration to ActionMailer. You
should be able to use similar settings to this person:
http://stackoverflow.com/**questions/13834716/rails-**
actionmailer-configuration-**for-zoho<http://stackoverflow.com/questions/13834716/rails-actionmailer-configuration-for-zoho>
As a bit of advice, we previously sent out our transaction mails using
actual mail accounts (using Google Apps accounts) but continuously ran in
to problems with e-mails breaking due to simple things like users resetting
passwords for those accounts. Since we relied on e-mail to provide
exception notifications for things (like when e-mails stopped working) this
caused us problems. Services like Mandrill, Postmark, and Sendgrid offer
some easy to integrate services that are cheap (or free up to a certain
threshold) can offer a great alternative.
--
Gregor MacDougall
Sr. Software Developer @ FreeRunning Technologies (
http://www.freerunningtech.**com/ <http://www.freerunningtech.com/>)
should be able to use similar settings to this person:
http://stackoverflow.com/**questions/13834716/rails-**
actionmailer-configuration-**for-zoho<http://stackoverflow.com/questions/13834716/rails-actionmailer-configuration-for-zoho>
As a bit of advice, we previously sent out our transaction mails using
actual mail accounts (using Google Apps accounts) but continuously ran in
to problems with e-mails breaking due to simple things like users resetting
passwords for those accounts. Since we relied on e-mail to provide
exception notifications for things (like when e-mails stopped working) this
caused us problems. Services like Mandrill, Postmark, and Sendgrid offer
some easy to integrate services that are cheap (or free up to a certain
threshold) can offer a great alternative.
--
Gregor MacDougall
Sr. Software Developer @ FreeRunning Technologies (
http://www.freerunningtech.**com/ <http://www.freerunningtech.com/>)
On Friday, June 21, 2013 6:55:32 AM UTC-7, absolutemystery wrote:
Does someone know what email settings should we use for Zoho mail. My
logs say that emails were successfully sent but I never receive anything
(in any environment). Any tips would be much appreciated.
-Pavel
Does someone know what email settings should we use for Zoho mail. My
logs say that emails were successfully sent but I never receive anything
(in any environment). Any tips would be much appreciated.
-Pavel