Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...I posted a query a short while ago and had an informed answer within a couple of hours. Terrific!..."

Geography

Where in the world do Tek-Tips members come from?
junkmail (Programmer)
10 Aug 12 12:28
I have a job the is scheduled to run everyday which sends a client an email with an attachment which has been working for the last 7 months. We recently moved our email server to a new location and now I receive two identical emails each day but the client never receives their email. Does anyone have a thought as to what might be happening. Oh one last thing if we forward the email from outlook the client gets the email.
TomKane (Programmer)
13 Aug 12 2:21
You could try taking a look at the mail item views, they may uncover something:

SELECT TOP 10
f.mailitem_id,
f.subject,
f.body ,
f.send_request_date,
e.Description
from dbo.sysmail_faileditems f
LEFT JOIN dbo.sysmail_event_log e ON e.mailitem_id= f.mailitem_id AND e.event_type = 'error'
ORDER BY f.MailItem_ID DESC
junkmail (Programmer)
13 Aug 12 23:00
Basically the error just said it could not reach the recipient. The weird thing is that is it sending the email to the same addresses the whole time but I just started getting the message.
TomKane (Programmer)
19 Aug 12 22:42
Oh right, strange.... Does outlook and your sql server work with the same mail server?
TomKane (Programmer)
19 Aug 12 22:43
By the way, are you able to supply the error message?
junkmail (Programmer)
20 Aug 12 19:03
Below is the error message that we are getting. We use a Kerio mail server for all our email. We did manage to come up with a work around by simply creating a email group address and putting the problem email addresses in the group and now things work fine.


The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 2 (2012-07-31T07:02:45). Exception Message: Cannot send mails to mail server. (Unable to send to a recipient.).
),4804,3769,,7/31/2012 7:02:45 AM,sa
TomKane (Programmer)
20 Aug 12 23:27
Well, you can't argue with a working solution!

I did find this but, if you're up and running and working then maybe disregard :)

http://nadiaamir.wordpress.com/2009/11/03/the-mail...

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close