How to send e-mails with excel template as pdf attachment? -


i have list of e-mails in excel document, using office 365. suppose have following information each recipient :

  1. name
  2. e-mail
  3. price

i have invoice template want fill in previous information , create 1 invoice recipient. want create pdf. finally, want create e-mail pdf attachment.

you can suppose have e-mail template fill-in recipient's information.

is there way without using vba ? example, can merge mail ?

if not, how can simple vba code ?

thank you!


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -