|
|
 |
 |
 |
 |
#215966 - 07/28/08 08:52 PM
Re: 7.3 Email issue
[Re: Basil]
|
addict
Registered: 08/18/06
Posts: 557
Loc: Southwest US
|
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#216107 - 08/01/08 05:50 AM
Re: 7.3 Email issue
[Re: Sirdude]
|
addict
Registered: 08/18/06
Posts: 557
Loc: Southwest US
|
why would you care about the TO anyway ? its the BCCs that matter.. NO ? Obviously I care! I would prefer it to be addressed to what I type into the Default field so that 1) my subscribers see "members@britishcarforum.com" in the TO: field, which is what they are used to seeing for the past 8 years and 2) I'd prefer the software works as intended. Also, when you send out 9000+ emails by BCC (I have over 9400 actually) it will send that many emails to whatever the "TO: address" is. When I send out my emails, I create a temporary email account on my server called members@britishcarforum.com which receives all those extra emails. That way I don't get a bunch of "Undeliverable" messages in my inbox. When I'm done, I simply delete that account, messages and all. However, when the TO: address is my site account address, I end up with 9000+ identical emails in my site admin email account, which gets downloaded via MS Outlook to my computer, which is a pain. This seems like it should be a relatively easy fix - the variable in the Default TO: field in the mail form ($bogus) is not making it to the "TO: field" of the outgoing message for some reason. I'm hoping this bug can be properly fixed, even if it is not until the next version. I am still willing to help test things if needed, but I would really like to see this fixed. v/r
Edited by Basil (08/01/08 05:51 AM)
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#216118 - 08/01/08 07:59 AM
Re: 7.3 Email issue
[Re: Rick]
|
Registered: 04/19/07
Posts: 2041
Loc: SoCal, USA
|
in the end, admin/dosendmail.php needs the real fix.. if i find time, i'll post here. $bogus is there and not sure if it gets passed along after the 1st redirect. would be easy to just make that a "both" type of an input and then append to the redirect URL.. never mind (we're using the DB to save shite between POSTs): its a 1 liner in admin/dosendmail.php find: $mailer->ubbt_mail('','',false,$bcc);
change to: $mailer->ubbt_mail($bogus,'',false,$bcc);
and leave the original 'temp fix' in, so any blank $To is at least given the site email as a default (for any OTHER cases)..
_________________________
A taxpayer voting for Obama is like a chicken voting for Colonel Sanders.
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|