G
Guest
Is there a way to specify a "From" email in Access? I want to send this from
a specific mailbox. I am using Outlook that does not support seperate
identities.
This is the code I'm currently using.
DoCmd.SendObject acSendTable, "Form email", acFormatXLS, Email_address, , ,
"Form email", "Form attached." & Chr(13) & "Thank you." & Chr(13) & Chr(13) &
"No Reply Required", False
Any help you can provide is greatly appreciated!
-Jen
a specific mailbox. I am using Outlook that does not support seperate
identities.
This is the code I'm currently using.
DoCmd.SendObject acSendTable, "Form email", acFormatXLS, Email_address, , ,
"Form email", "Form attached." & Chr(13) & "Thank you." & Chr(13) & Chr(13) &
"No Reply Required", False
Any help you can provide is greatly appreciated!
-Jen