English 中文(简体)
通过Resque发送来自Paderino的电子邮件
原标题:sending emails asynchronously from Padrino via Resque

我试图将电子邮件寄出Paderino的 app望——我已尝试使用Rubyek的指挥系统,但我很想到的是,这种规模太大,我也尝试推迟了_job,但现已在Resque上解决(主要是因为网络界面是超级冰)。

除我不得不使用国名,而不是施皮诺-送信器,来寄送我的电子邮件。 我感谢从照片中删除名词的任何帮助。 我的主要问题是,我不知道如何从控制者或助手之外打电话给皮诺-邮递。 我确信这样做是可能的,并希望得到任何帮助。 如果我们能够做到这一点,我想这可能对其他帕多里诺开发商非常有用——发送电子邮件作为合成件可能是对网络数据非常常见的核心可变性要求。

See here for info on how to install and configure Resque : https://github.com/defunkt/resque

Then look here for how to send emails async from Padrino via Resque : https://gist.github.com/1384630


最新信息——我转而使用废墟邮件发送电子邮件/lib——见经过更新的通过频率发送电子邮件的模块一览表。

我仍然想知道,是否可以强迫皮尔斯诺-邮递商从/lib开始工作——在这方面仍然受到赞赏。

问题回答




相关问题
How do you mix SQL DB vs. Key-Value store (i.e. Redis)

I m reviewing my code and realize I spend a tremendous amount of time taking rows from a database, formatting as XML, AJAX GET to browser, and then converting back into a hashed javascript object ...

Predis sharding (consistent hashing)

Predis claim to have Client-side sharding (support for consistent hashing of keys). http://github.com/nrk/predis I can do sharding using connect to an array of profiles (nodes) but it isn t ...

key value stores for extendable objects

http://www.infoq.com/presentations/newport-evolving-key-value-programming-model is a video about KV stores, and the whole premise is that redis promotes a column-based style for storing the attributes ...

nginx/redis and handling tracking params in url

I am using nginx and redis in my website. For several items on my site, I want to add tracking params to their urls so that when a user clicks on an item, I can collect statistics of user usage apart ...

热门标签