Z
zz12
Hello, this seems pretty simple but for some strange reason and am stumped.
I currently have some vba code behind a startup form in Access that (I
scheduled in the Windows Control Panel 'Scheduled Tasks') that e-mails to a
bunch of e-mail addresses some simple generic written content using
CDONTS.NewMail. It e-mails successfully when putting in just my e-mail
address in the 'To' field value for testing but when changing the code to
all of the intended recipient addresses nothing happens and noone receives
anything. The only thing I can think of as of this moment is when I checked
the '...Mailroot\Drop\' directory on that server I notice a bunch of .eml
files that lists 'Delivery Status Notification (Failure)' as the Subject
field listing the undeliverable e-mail addresses. So I removed these
supposedly underliverable e-mail addresses from the vba code and it still
doesn't complete the e-mail process. But when changing it back to just my
e-mail for testing it works. Any suggesstions?
Thanks in advance.
I currently have some vba code behind a startup form in Access that (I
scheduled in the Windows Control Panel 'Scheduled Tasks') that e-mails to a
bunch of e-mail addresses some simple generic written content using
CDONTS.NewMail. It e-mails successfully when putting in just my e-mail
address in the 'To' field value for testing but when changing the code to
all of the intended recipient addresses nothing happens and noone receives
anything. The only thing I can think of as of this moment is when I checked
the '...Mailroot\Drop\' directory on that server I notice a bunch of .eml
files that lists 'Delivery Status Notification (Failure)' as the Subject
field listing the undeliverable e-mail addresses. So I removed these
supposedly underliverable e-mail addresses from the vba code and it still
doesn't complete the e-mail process. But when changing it back to just my
e-mail for testing it works. Any suggesstions?
Thanks in advance.