![]() |
Quote:
This is a good point. Mine are the same; (2) To: lines, (2) subject: lines Noticing also in the header that the emails are only milliseconds behind each other. Almost like the CC line and the TO lines are getting joined, but creating two TO: lines in the header. ??? Perhaps something in the email header creation is fubar? Dupe table entries? |
Ok, so I think we are onto something here. When I send it with a subject line "this is a subject line"
I get this in the subject line on the preview panel of Outlook; this is with a subject line this is with a subject line But when I double click on the email to show it in a seperate window, it only shows one, so Outlook is dealing with the duplicate entry and excluding one of the subject line entries in the header. So the header duplicating the subject line and duplicating the TO: line is the reason why we get two emails. Now, we need to figure out why the header is being compiled this way for some users and not all of them. I tried a theory; logginginto your forums using cookies and without- both methods resulted in dupe emails. Lionel, do you have...or can you get...header from one of the users that does not get the dupe emails? |
Technically its the duplication of the TO: line.
With the caveat that I have not looked at the code... The protocol requires that each recipient be identified individually. When you send an email with 3 people in the "to:" the server actually breaks that down into 3 "RCPT TO: X@X.com" commands that are sent to the server on the other end of the communication... assuming the code it is going to acheive the same thing. |
Well, look this over Daniel and see if you can spot something that would be causing this.
PHP Code:
|
POP accounts seem to be handling the dupe subject line issue better than IMAP like hotmail.
subject line on sent message: testing things out Hot mail shows: testing things out testing things out POP accounts show: testing things out |
interesting. I have only one subject line every time, but the email shows the to as
Quote:
I'll take a closer look at function vbms_api_send_message() |
I have been debugging every step of the send process and at every instance it echo only one email address on the screen.
|
Quote:
But bear in mind I'm not a coder... just a bit of a M$ mailserver guru. The duplicated subject line isn't the issue... the duplicated mail address is... |
Agreed! But the fact that both are getting duplicated may give us a better idea of where to look in the code.
I am not a coder either, but a guru of all sorts. |
how is $to being built?
|
All times are GMT. The time now is 09:47 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|