IcarusHallsorts
Technical User
I generate multiple emails from various applications, typically invoices, statements, payslips etc.
It pops them into a drafts folder within Outlook365, and I have a VBA macro which sends all the drafts I have selected.
However, since moving to the 365 platform, I find that many emails do not get delivered. My understanding is that this occurs because Microsoft are blocking what they perceive as being junk mail.
I have tried using a third party SMTP relay service, but O365 will not permit it to be configured to use a different SMTP server.
Two questions -
How long need I wait between sending emails for Microsoft not to treat my batched emails as junk? and also
What code would I need to insert before the NEXT statement to effect a delay of xxx seconds?
All suggestions appreciated
Thanks
It pops them into a drafts folder within Outlook365, and I have a VBA macro which sends all the drafts I have selected.
However, since moving to the 365 platform, I find that many emails do not get delivered. My understanding is that this occurs because Microsoft are blocking what they perceive as being junk mail.
I have tried using a third party SMTP relay service, but O365 will not permit it to be configured to use a different SMTP server.
Two questions -
How long need I wait between sending emails for Microsoft not to treat my batched emails as junk? and also
What code would I need to insert before the NEXT statement to effect a delay of xxx seconds?
All suggestions appreciated
Thanks