PDA

View Full Version : Autosent mail



ukdane
06-02-2010, 03:08 AM
Hi,
I'm trying to use a program to automatically send an email.
And it works.
The problem is that before the email (Outlook) can SEND the email, it comes up with a warning as seen in the attached image.
Is there anyway to code this out of the system (as part of the intial code)?
With EmailItem
.bodyformat = 2
.htmlbody = emailtextstart & emailtext1 & emailtext2 & emailtextend
.send
End With

Thanks

lucas
06-04-2010, 02:06 PM
This may be the solution you are looking for. Click here (http://www.vbaexpress.com/forum/showthread.php?t=16364)