Search found 4 matches
- Thu Mar 20, 2014 2:55 pm
- Forum: Beginners
- Topic: SMTP Mail with changing or variable to addresses
- Replies: 5
- Views: 4925
thanks for the repsonses. the original file is a report that will have data for a group of 6 recipients from a possible 40. the group members will change daily. the file will have a column that has the recipients email address in and this is what is being pulled out to the text file (only done as i ...
- Thu Mar 20, 2014 2:43 pm
- Forum: Beginners
- Topic: SMTP Mail with changing or variable to addresses
- Replies: 5
- Views: 4925
[quote="Marcus Tettmar"]So I think you are asking how to loop through a text file and send an email for each line in the file? Look at the ReadFile command and see the example in the help file. Let's assume your file has one email address per line and nothing else. We could loop through it like this...
- Thu Mar 20, 2014 2:41 pm
- Forum: Beginners
- Topic: SMTP Mail with changing or variable to addresses
- Replies: 5
- Views: 4925
so thinking on this a little further, i am now wondering if i can set up a loop that checks the txt file and if a value exists runs the smtp send, and if it doesnt it moves to check the next value? As i'll only have 40 odd values to check, i could set up the 40 smtp sends to each address in the loop...
- Thu Mar 20, 2014 1:29 pm
- Forum: Beginners
- Topic: SMTP Mail with changing or variable to addresses
- Replies: 5
- Views: 4925
SMTP Mail with changing or variable to addresses
hi i have a similar request to the one in this thread; http://www.mjtnet.com/forum/smtpsendmail-edit-before-sending-t6241.html essentially i have an excel file that i need to send to list of recipients based on data in the file. i can export the data (email addresses) from the excel file to a txt fi...