mailsend
mailsend copied to clipboard
how can i send custom email to each recipient ?
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 ?
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
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.