brucejohn22 Posted September 16, 2008 Posted September 16, 2008 Hello every one I have come to you once again for some direction. Main Task: open email, enter a permanent from address, and 2 permanent BCC, the sent box will be pulled from a web page and the CC will be filled out manually. In the current .msg file the subject line has <CompanyName> and <USER> these will both need to be replaced with information from the web page. In the body of the email I also need to replace some text with info from the web page <username> and <password>. Reason: I am doing this to minimize typos I have been searching and it seems there are 2 ways I can complete my task. 1. I think I can use _INetmail to create the email and maybe input the variables in to my text and generate the email that way. 2. Maybe I can use my existing .msg file and just use _IECreate ("C:\welcome\test.msg") and then paste the data in the email. If any one has done something like this please chime in or if you have a better way I am all ears... thanks for any help in advance.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now