Ruby on Rails Wednesday, June 27, 2012

hi


i'm currently sending emails via smtp, but i wanna change a few things:

1) external smtp > local mta
>> it seems there is a lag when using external smtp, so i was wondering whats the best way to separate the whole email sending from the application, like putting it into a queue?

2) how can i call a deliver() method only once but still have a personalized email? eg a personalized newsletter:
Newsletter.sendoutmonhtlynewsletter(User.all).deliver
>> how can i reference a username & useremail and still send it once out eg via bcc multiemail (in respect of bcc limits))? 
( i assume this would b a bit more efficent, or at least out more load on the emailserver then on the application)

3) whats the best way to send out emails so that they can be replied to? like github and other service?


if sone could share their experience, pro & cons that would help a lot

thx 

tom


--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment