muquit / mailsend

A program to send mail via SMTP from command line
Other
297 stars 68 forks source link

how can i send custom email to each recipient ? #78

Open HsounaZinoubi opened 9 years ago

HsounaZinoubi commented 9 years ago

Hello i want to send a custom email to each recipient for example my email body files is body.html i will putt placeholder for example for email address #email# and then replace it with subscriber email address how can i do this with mailsend ?

manish-murthy commented 9 years ago

You can use senditquiet application which lets you send HTML body as mails and use excel or word to customize and export to HTML using vba

muquit commented 9 years ago

mailsend itself can not do it. You've to write a script in some language (ruby,perl,bat etc.) and call mailsend as you desire. Thanks.