On 21 Aug 2014, at 18:43, Ahmad AlTwaijiry wrote:

Hello Everyone,

I'm using Apple Mail as my default mail client with IMAP mail.

I can easily compose new email using quicksilver and it will open a new
email in Apple mail without any issue,

currently if I use Send directly action it always fail (before 2 weeks for
some unknown reason quicksilver will simply crash)

When I check the logs I can see this error

Quicksilver[352]: Message could not be sent: Invalid username or password

I'm sure that I have the right username and password in my Apple mail

What do you think the issue? I'm not sure if quicksilver is using the
default smtp in apple mail or something else (BTW I have only one SMTP in
apple mail)

my Mail plugin 3.0.2


Any help please?

The Mail plug-in checks these places for SMTP settings and uses the first one that’s not empty. I suppose it could be grabbing one that contains stale information before getting to the one that has the current info.

    ~/Library/Mail/V2/MailData/Accounts.plist
~/Library/Containers/com.apple.mail/Data/Library/Preferences/com.apple.mail.plist
    ~/Library/Preferences/com.apple.mail.plist

You could try running this in Terminal for each one:

    defaults read FILENAME DeliveryAccounts

Replacing “FILENAME” with the full path to a file. That should give you an idea where it's pulling settings from, and let you see if they look correct.

It also needs to get the password from your Keychain. Do you remember if it ever asked for permission? Go into the Keychain Access app and look for an item with “Where: smtp://your.smtp.server:587”. First to make sure such an item exists. Then, look at its info and go to the Access Control tab. Make sure Quicksilver is listed.

--
Rob McBroom
http://www.skurfer.com/

--
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Reply via email to