2008-02-18 07:10:28 PST
How come blind carbon copy isn't working for me?
i think it WAS working, never changed anything, and it suddenly stopped working.
i have two scripts, one for emailing, one for text messages. oddly, the text message script DOES work with -bcc and the emailer one does not. the code is exactly the same, no typos.
everything works with the script except for the -bcc (so emailing works and all the parameters are good).
any ideas?
the only thing i could think of is that the -bcc was getting blocked by our web server before it could send it. but then how come the text message version DOES bcc? arrrgh.
[CODE]
teststring= -tf files\mailtemp.ini -bcc
MyBccEmail@work.com -s Urgent -attachi files\temp.ini -f %emailadd%
i2:=DllCall("files\blat.dll\Send",str,teststring)
[/CODE]
i removed the smpt settings for obvious reasons :P
and remember, i have a textmessage version of this that DOES work...so i doubt it's the code.
:\