search for: 4gwaz2qaa

Displaying 1 result from an estimated 1 matches for "4gwaz2qaa".

2005 Mar 09
8
How to set ''Return-Path'' in ActionMailer to avoid SPF failure?
...r bug report Content-Type: text/plain; charset=utf-8 Message-Id: <20050309065155.301233FDA8-CkVda1wFVPjdi7ou1J7GeDGekZJkHWME@public.gmane.org> I tried this: class MyMailer < ActionMailer::Base def my_mail(recipients, post) @headers["Return-Path"] = "jdeneut-4GWaZ2qAA/nQT0dZR+AlfA@public.gmane.org" end end but it doesn''t work (trying to set the ''Return-Path'' by playing with the headers doesn''t work in JavaMail either. Java has an SMTP wrapper for setting ''Return-Path''). I''ve looked in...