policechiefwiggum
Programmer
Hi All,
Had a bit of a hunt around Google, and this seems to be a bit of a confusing one, i have the following code to send an email when a button is clicked -
when this code is executed i get a security warning, google says that i need a 3rd party app, or need to code my send command completely differently, as i've always had 1st class advice here i thought i'd pose the question here.
does anyone know if i can send an email without invoking the security warning?
Thanks
Policechiefwiggum
Had a bit of a hunt around Google, and this seems to be a bit of a confusing one, i have the following code to send an email when a button is clicked -
Code:
DoCmd.SendObject acSendNoObject, , acFormatRTF, "xxxx@xxxx.com; yyyy@yyyy.com; zzzz@zzzz.com", Me.email.Value, , "UAT Roadmap Automated Contact - Password Reset", "This is an automated message from the UAT roadmap." & vbCrLf & vbCrLf & "User " & Me.Username.Value & " requires a password reset." & vbCrLf & "Contact Details are: " & Me.email.Value, False
does anyone know if i can send an email without invoking the security warning?
Thanks
Policechiefwiggum