|
|
Sergey Kornilov admin 8/30/2012 |
|
You need to elaborate how do you plan to use more then one SMTP server. |
|
|
M
|
marcove author 8/31/2012 |
|
In the same project, there are two mailing systems: |
|
|
|
Sergey Kornilov admin 8/31/2012 |
|
When you need to send an email via second SMTP server - specify all SMTP parameters right in your code. Set objMessage = CreateObject("CDO.Message") |
|
|
M
|
marcove author 9/3/2012 |
|
Many thanks |
|
|
|
Sergey Kornilov admin 9/3/2012 |
|
This page provides examples of sending email with attachment as well: |
|
|
M
|
marcove author 9/3/2012 |
|
Sergey Many Thanks. |
|