Re: [WebDNA] can webdna set the email header (w/[sendmail]) that

This WebDNA talk-list message is from

2012


It keeps the original formatting.
numero = 108732
interpreted = N
texte = I use sendmail, on the WebDNA server, to relay mail to a valid email server where it is then sent. That way if the email bounces it goes to whatever account the "from" is set to at the mail server, and not back to the original WebDNA sendmail server. I'm not sure if this is what you're trying to do, but you should keep a few things in mind. If you're trying to relay mail directly out of sendmail to an end recipient, from a non valid email server, with no valid MX or reverse records, the odds are that most of your email is going to bounce, as most of the servers, now, do checks for valid email servers before accepting your mail. Email, when it bounces, is returned to the "from" address in the return path. Rob On Feb 27, 2012, at 2:26 PM, Govinda wrote: >>> [snip] We want to control where it gets sent, hopefully using webdna's [sendmail] >>> (where we create the original email). Is this possible? >> >> >> Govinda.. not quite sure what you are wanting to do exactly.. but >> errors should arrive back to your from account. >> Other than that, there is saveonfail/saveonsuccess params for sendmail.. which would let you find errored emails. >> Even PHP uses the From header to set the return-path field on Windows installs. > > > > What we want is that: > * when we send an email with [sendmail] that in case it bounces.. that we get the email back, but to a *different* address than the one we sent FROM. Sorry > > I was not super clear about that in my OP. > > I just looked for old posts on this topic, and I see Tom Duke, and Chris, saying, > > --------------------------------------------------------------------------------------------------------------------------------------- > " >> Chris, >> Hi - it would be great if we could specify the 'return-path' header using [sendmail]. This is usually overwritten by the MTA and set to the 'from' header. >> From a shell command you can do this using the -f flag. Something to consider for the future perhaps. >> - Tom > >> On Fri, Feb 10, 2012 at 2:48 PM, wrote: >> Hi Tom! >> exact: the "from:" and "Return-Path:" are set to the same &from= address which is the correct way > >> On Feb 13, 2012, at 5:14, Tom Duke wrote: >> Chris, >> Hi - the benefit of being able to specify a 'return-path' header is that you add parameters to identify the email if it bounces - this can then be used to set up auto management of bounces. >> This is sometimes referred to as VERP (http://en.wikipedia.org/wiki/Variable_envelope_return_path). >> - Tom > >> Hi Tom! ok, i note this on the to-do list. > >> - chris > " > --------------------------------------------------------------------------------------------------------------------------------------- > > ...which to me means that Tom expects to NOT be able to do what I want to do (see the * near the top). > Do you concur?, that I cannot use [sendmail] to cause bounced email to get re-sent to an address *different than* the address I send FROM? > > Aaron, thanks! We'll write custom text files instead of using [sendmail] if we have to. First I am just gathering info. > > Thanks > -Govinda--------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] can webdna set the email header (w/[sendmail]) that controls where bounced email goes? (Govinda 2012)
  2. Re: [WebDNA] can webdna set the email header (w/[sendmail]) that (Tom Duke 2012)
  3. Re: [WebDNA] can webdna set the email header (w/[sendmail]) that controls where bounced email goes? (Govinda 2012)
  4. Re: [WebDNA] can webdna set the email header (w/[sendmail]) that (Rob 2012)
  5. Re: [WebDNA] can webdna set the email header (w/[sendmail]) that controls where bounced email goes? (Govinda 2012)
  6. Re: [WebDNA] can webdna set the email header (w/[sendmail]) that controls where bounced email goes? (aaronmichaelmusic@gmail.com 2012)
  7. Re: [WebDNA] can webdna set the email header (w/[sendmail]) that (Donovan Brooke 2012)
  8. Re: [WebDNA] can webdna set the email header (w/[sendmail]) that controls where bounced email goes? (aaronmichaelmusic@gmail.com 2012)
  9. Re: [WebDNA] can webdna set the email header (w/[sendmail]) that controls where bounced email goes? (Govinda 2012)
  10. Re: [WebDNA] can webdna set the email header (w/[sendmail]) that (Donovan Brooke 2012)
  11. Re: [WebDNA] can webdna set the email header (w/[sendmail]) that controls where bounced email goes? (christophe.billiottet@webdna.us 2012)
  12. [WebDNA] can webdna set the email header (w/[sendmail]) that controls where bounced email goes? (Govinda 2012)
I use sendmail, on the WebDNA server, to relay mail to a valid email server where it is then sent. That way if the email bounces it goes to whatever account the "from" is set to at the mail server, and not back to the original WebDNA sendmail server. I'm not sure if this is what you're trying to do, but you should keep a few things in mind. If you're trying to relay mail directly out of sendmail to an end recipient, from a non valid email server, with no valid MX or reverse records, the odds are that most of your email is going to bounce, as most of the servers, now, do checks for valid email servers before accepting your mail. Email, when it bounces, is returned to the "from" address in the return path. Rob On Feb 27, 2012, at 2:26 PM, Govinda wrote: >>> [snip] We want to control where it gets sent, hopefully using webdna's [sendmail] >>> (where we create the original email). Is this possible? >> >> >> Govinda.. not quite sure what you are wanting to do exactly.. but >> errors should arrive back to your from account. >> Other than that, there is saveonfail/saveonsuccess params for sendmail.. which would let you find errored emails. >> Even PHP uses the From header to set the return-path field on Windows installs. > > > > What we want is that: > * when we send an email with [sendmail] that in case it bounces.. that we get the email back, but to a *different* address than the one we sent FROM. Sorry > > I was not super clear about that in my OP. > > I just looked for old posts on this topic, and I see Tom Duke, and Chris, saying, > > --------------------------------------------------------------------------------------------------------------------------------------- > " >> Chris, >> Hi - it would be great if we could specify the 'return-path' header using [sendmail]. This is usually overwritten by the MTA and set to the 'from' header. >> From a shell command you can do this using the -f flag. Something to consider for the future perhaps. >> - Tom > >> On Fri, Feb 10, 2012 at 2:48 PM, wrote: >> Hi Tom! >> exact: the "from:" and "Return-Path:" are set to the same &from= address which is the correct way > >> On Feb 13, 2012, at 5:14, Tom Duke wrote: >> Chris, >> Hi - the benefit of being able to specify a 'return-path' header is that you add parameters to identify the email if it bounces - this can then be used to set up auto management of bounces. >> This is sometimes referred to as VERP (http://en.wikipedia.org/wiki/Variable_envelope_return_path). >> - Tom > >> Hi Tom! ok, i note this on the to-do list. > >> - chris > " > --------------------------------------------------------------------------------------------------------------------------------------- > > ...which to me means that Tom expects to NOT be able to do what I want to do (see the * near the top). > Do you concur?, that I cannot use [sendmail] to cause bounced email to get re-sent to an address *different than* the address I send FROM? > > Aaron, thanks! We'll write custom text files instead of using [sendmail] if we have to. First I am just gathering info. > > Thanks > -Govinda--------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Rob

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Smart caching problems with 2.1b3? (1997) [WebDNA] Variable mystery (2009) Interfacing WebMerchant to www.fedex.com (1997) Re[2]: Charting records by state (2000) [WebDNA] fileinfo - need photo w & h written to a database (2016) Nested tags count question (1997) [WebDNA] improvements (2015) Hyperboard/bulletin board available (1998) Formulas.db / Quantity Discount problem (1998) Prices coming up 0.00 (2001) Protect tag for large groups? (1999) [BULK] [WebDNA] Candidate versions release (2010) Web Catalog 2 demo (1997) WebCatalog can't find database (1997) PCS Frames (1997) WebMerchant problem (1998) question on [delete] (1998) how to check for no value while using [URL] to prevent cr (1999) RE: Automatic thumbnail images (1998) Keep away (1997)