Author |
|
manigmv Newbie
Joined: 30 September 2008 Location: India
Online Status: Offline Posts: 31
|
Posted: 26 November 2008 at 11:06pm | IP Logged
|
|
|
Hello,
I want to send the bulk mail,i want to mention the customer name to appropriate mails..like
Hello <customer name>
please advise how to implement this..
Thanks
mani
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 November 2008 at 1:58am | IP Logged
|
|
|
You can do this using MailMerge class, it's very flexible and can be used for creating e-mail messages based on a template and data from any source.
However, if such flexibility is not needed and the source of the data is a database, then it's easier to use Smtp.SendMailMerge method.
Regards,
Igor
|
Back to Top |
|
|
manigmv Newbie
Joined: 30 September 2008 Location: India
Online Status: Offline Posts: 31
|
Posted: 27 November 2008 at 2:11am | IP Logged
|
|
|
hi Igor,
Thanks for yor reply..
Thanks & Regards
Mani
|
Back to Top |
|
|