|
|
Sergey Kornilov admin 10/24/2007 |
|
You can do both if you use your own email sending routine. |
|
|
J
|
JOHNF777 author 10/25/2007 |
|
Thanks, Sergey. I'll read more into that article. |
|
|
J
|
JOHNF777 author 10/25/2007 |
|
Just wanted to share my findings..... |
|
|
|
Sergey Kornilov admin 10/25/2007 |
|
John, ' SMTP username and passwords myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cнdo/configuration/sendpassword") = csmtppassword myMail.Configuration.Fields.Item("http://schemas.microsoft.com/cнdo/configuration/sendusername") = csmtpuser myMail.Configuration.Fields("urn:schemas:mailheader:return-receipt-to") = "me@my.com" myMail.Configuration.Fields.Update |
|
|
J
|
JOHNF777 author 10/31/2007 |
|
I finally got read receipt to work and here's the code I had change in the Sendmail function. I just wanted to share it to other users.
|
|
|
|
Sergey Kornilov admin 10/31/2007 |
|
Thank you for sharing your code. |
|