B
bhipwell
How do I create a code that will notify the user (a simple message box would
be fine) if an email does not get sent? I am using the ostrosoft function.
Thanks!
With oSMTP
.server = "theserver"
.MailFrom = "(e-mail address removed)"
.SendTo = "(e-mail address removed)
.MessageSubject = "Subject"
.MessageText = MessageTect
.Attachments.Add "C:\Files\File.pdf"
.SendEmail
End With
BH
be fine) if an email does not get sent? I am using the ostrosoft function.
Thanks!
With oSMTP
.server = "theserver"
.MailFrom = "(e-mail address removed)"
.SendTo = "(e-mail address removed)
.MessageSubject = "Subject"
.MessageText = MessageTect
.Attachments.Add "C:\Files\File.pdf"
.SendEmail
End With
BH