Database Mail - 5.5.1 Authentication Required

  • Sorry, two more:

    select * from sysmail_profileaccount

    select * from sysmail_principalprofile

    [font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
    Proactive Performance Solutions, Inc.
    [/font]
    [font="Verdana"] "Performance is our middle name."[/font]

  • OK, so far everything looks OK. The only odd things that I noticed were the port 587 and [enable_ssl]=1 settings on your gmail.smtp server. I assume that both of those are correct? You may want to try disabling the SSL and see if it makes a difference.

    [font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
    Proactive Performance Solutions, Inc.
    [/font]
    [font="Verdana"] "Performance is our middle name."[/font]

  • Hi,

    Both of those are correct... I must've read hundreds of posts by now....

    I've already tried without ssl... and changing the port. But they're correct. Like I said, the settings are most probably ok.... It's got to be something else..

    Thanks for your time.

  • rbarryyoung (12/1/2008)


    Sorry, two more:

    select * from sysmail_profileaccount

    select * from sysmail_principalprofile

    Were you able to get these yet?

    [font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
    Proactive Performance Solutions, Inc.
    [/font]
    [font="Verdana"] "Performance is our middle name."[/font]

  • profile_id account_id sequence_number last_mod_datetime last_mod_user

    ----------- ----------- --------------- ----------------------- --------------------------------------------------------------------------------------------------------------------------------

    2 1 1 2008-11-30 20:26:03.797 AMY-TOSHIBA\Amy

    (1 row(s) affected)

    profile_id principal_sid is_default last_mod_datetime last_mod_user

    ----------- ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------- ----------------------- --------------------------------------------------------------------------------------------------------------------------------

    2 0x00 1 2008-11-30 20:49:21.310 AMY-TOSHIBA\Amy

    (1 row(s) affected)

  • Well that looks OK too.

    I am afraid that I've reached the limits of my expertise. I would suggest taking a look at the Security & Network settings on the system. I know that it worked for your C# app, but it still looks an awful lot like a firewall or other blocking security issue.

    [font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
    Proactive Performance Solutions, Inc.
    [/font]
    [font="Verdana"] "Performance is our middle name."[/font]

  • oh well, thanks anyway

  • Any luck with this? I am facing the same issue.

  • Hi Sam,

    I think gmail is just blocking use via potential spamming.... I cannot find any other explanation. I guess for the people for whom it worked it is before they blocked it? Not sure...

    Good luck

  • Hi, I just met this problem.

    I checked anything in the config but did not find the reason.

    but after I added the port 587 to the exception on the ms firewall, the mail worked.

  • Make sure 1) the network you are sneding from is allowed to relay smtp by "smtp.gmail.com". 2) you have no firewall filtering the port traffic to the destination host/port.

    It works for us.

    Regards,

    Jason

    http://usa.redirectme.net

  • good

Viewing 12 posts - 16 through 26 (of 26 total)

You must be logged in to reply to this topic. Login to reply