|
 Josset xavier - 2011-10-22 17:25:48
quelle forme doit prendre le champ "send to" pour que l'adresse soit en "cc" ou "cci" ?
Merci d'avance,
Xavier Josset.
PS : bravo pour cette classe qui marche aussi sous mamp.
 Eper Kalman - 2011-10-22 17:58:12 - In reply to message 1 from Josset xavier
First of all thanks for the comment!
If i was understand You correctly, You want to send mail to more recipients.
Public function to() accept one or more mail adresses (up to 100 in array like to(array('first@mail', 'second@mail')); ).
Kalman
 Josset xavier - 2011-10-22 19:37:17 - In reply to message 2 from Eper Kalman
Thanks for your quick response, but no, it was not my question.
My question is : is it possible and how, to send several to several people but in "cci" mode, i.e. that someone don't see the adress of the others.
Please excuse my poor english.
Xavier Josset.
 Eper Kalman - 2011-10-22 20:48:33 - In reply to message 3 from Josset xavier
If You use to(array()) method, the recipients wont see together, separately cc and bcc method is not implemented.
Kalman
 Eper Kalman - 2011-10-22 20:54:59 - In reply to message 4 from Eper Kalman
I was want to say they will not see each other. My english is very weak, excuse me to. :)
 Josset xavier - 2011-10-22 21:38:45 - In reply to message 5 from Eper Kalman
OK. It is exactly what i wanted !
i try it. It works fine ( if array of destination, it indicates "undisclosed-recipient" as adress of destination.
Thanks a lot.
 Eper Kalman - 2011-10-23 06:15:25 - In reply to message 6 from Josset xavier
Exactly. This little disadvantage (if it is, because every recipients gets the mail) maybe i will correct in next versions with adding cc,cci,bcc methods.
Best regards
Kalman
|