What file format is accepted by the mailer?
To make your own file to load to the mailer, you can use the following two formats. First format include exactly two columns which are target mail address and target name. The corresponding macros are [TargetMail] and [Name]. Here is an example. x@mail.com,name1 y@mail.com,name2 Second format include variable columns which are (if present) [TargetMail], [TargetSubject], [PostUrl], [PostTime]. To be dinstinguishable from the first format, you can not let it have only two columns. I.e. one column is ok; three, four, five or even more columns are also ok. The data will begin from the first line of your file and so do not put any column name there.