django_registration (at least the 0.7 version that is listed as required by 
satchmo) uses the django core send_mail wrapper function and provides 
"settings.DEFAULT_FROM_EMAIL" as part of the create_inactive_user() 
function. Effectively this bypasses the shop configuration since there 
isn't a way to pass in the store_email.

So, apparently we need a duplicate (triplicate?) configuration for email 
settings...

1) store_email in the livesettings shop config
2) if not #1, satchmo uses the first listed email in settings.ADMINS (and I 
guess the ADMINS emails are also used elsewhere)

3) settings.DEFAULT_FROM_EMAIL to handle usage by django_registration


On Tuesday, October 2, 2012 11:52:58 AM UTC-5, Darren Hollenbeck wrote:
>
> Tried to enable this feature and noticed I am not getting the welcome 
> email with activation code/link when I test it out.
>
> Looking in the code I see a text file "activation_email.txt" but it is not 
> referenced anywhere, and the mail.py that handles the "immediate" account 
> activation welcome message has no function for "email activation"
>
> Am I missing something or is this feature incomplete?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/satchmo-users/-/rinrEU388roJ.
To post to this group, send email to satchmo-users@googlegroups.com.
To unsubscribe from this group, send email to 
satchmo-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to