Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Use basket for email subscriptions #78

Merged
merged 1 commit into from Jan 9, 2012
Merged

Conversation

Osmose
Copy link
Contributor

@Osmose Osmose commented Jan 9, 2012

Switches from using responsys to basket for email subscriptions.

subscribe(email, settings.BASKET_NEWSLETTER,
lang=get_language())
except Exception, err:
log.warning(err)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's good, much better than letting the error bubble up and throw a 500 error.

@fwenzel
Copy link
Member

fwenzel commented Jan 9, 2012

Looks good, r+

@Osmose Osmose merged commit 8ccf8b1 into mozilla:develop Jan 9, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants