General :: Send Message On Evolution From Mail Client
Jan 14, 2011
I am able to reieve message but not able to send message on evolution from my mail client. evolution gives the error as: PHP Code: Cannot get message 1285571362.20345.mail312.opentransfer.com,S=1928: Input/output error
View 1 Replies
ADVERTISEMENT
Jun 1, 2011
I have set up postfix and dovecot as per the Ubuntu anual and appear to have a functioning mail server.Using the sendmail command I can send mail and I receive mail in ~/Maildir. Using Thunderbird I can read any mails received but I can't send any mail from Thunderbird. I have tried with both STARTTLS and SSL/TLS and whilst I get the prompt for a password I keep getting the message my password for my server is wrong.I have ports 25, 465, 587 and 993. Is that all the right ports?When I ping my domain name it resolves to my router name whereas I believe it should resolve to my IP. Could there be a problem with my host file? I've had a play but to no avail.Here's the error in mail.log.
Code:
westwood@westwood-desktop:/etc$ tailf /var/log/mail.log
Jun 1 19:00:33 westwood-desktop postfix/smtpd[2376]: warning: localhost.localdomain[127.0.0.1]: SASL LOGIN
[code]....
View 2 Replies
View Related
Jan 7, 2010
I just started using ubuntu karmic on an ibm x60
with comcast. I tried setting up evolution with a
mobile me imap account and can receive mail no problem
but cannot send mail. Any suggestions or remedies?
View 4 Replies
View Related
Apr 30, 2009
Hi I am running a fedora 10 desktop. when i send an email using evolution the message was not sent but returns a error message:"Error while performing operation.DATA command failedError: 550 Viagra SPAM - Hi in Subject" and the message did not have an attachment just plain words. what might have gone wrong for i have been using this for sometime without a problem. or what security measures should be in place to remove this viagra spamAm I infected by virus on this fedora, all my updates are up to date.
View 1 Replies
View Related
Apr 20, 2010
I use Evolution mail and use 2 PCs When I send mail it saves it to my current PC but not to the other PC so instead i want it to save the sent to the email server i'm using.
View 3 Replies
View Related
May 14, 2010
I have a question about viewing HTML emails in the Evolution mail client. Basically, I am receiving some emails that look lovely in Thunderbird but not in Evolution because the HTML rendering of Evolution isn't as advanced.Here is a screenshot of the difference: how to improve the HTML rendering of Evolution? e.g. a plugin, tip, code patch, etc. The closest I've got is to right-click the email, "Save As...", save as a html file, then open in Firefox. Not exactly streamline!What emails can't it display well? We use the subversion revision control system which is set up to send an email whenever someone commits via svnnotify all nicely coloured via the --handler HTML::ColorDiff -d parameter. When Evolution fails to use the colours, I find it very hard to read the raw diff.
View 1 Replies
View Related
May 4, 2010
I am trying to do something really simple with Exim. I have two machine connected together via a hub. They can ping each other. They each are running openSuse 11.2 and have Exim installed. On each machine from the command line in start Exim as a daemon by typing: sudo /usr/sbin/exim -bd -d and each machine runs through some output and sits there "Listening". Then on either machine I try to send a mail message of the form mail
(or mailx) <user>@<other node>
some text
EOT
and absolutly nothing happens! I must be doing something wrong or daft which is very basic, but I have searched all over and cannot get it to work.
View 2 Replies
View Related
Jun 17, 2010
I had been using Evolution with no issues though until I installed Ubuntu 10.04 after which I could no longer send outgoing messages. I use a hotmail live account with Evolution. I have also just installed Evolution 2.30 from 2.28 to see if that would solve the issue, but it did not.
View 9 Replies
View Related
Oct 30, 2010
I want to forward mail from the evolution mail program (2.22.3.1) to my gmail account.
View 2 Replies
View Related
Jun 21, 2011
It worked for almost a year with no problems. I suspect a recent update changed something.
Hotmail is my mail service. I've read instructions on how to set up Evolution. I've followed them with no change in results.
I've tried smtp.live.com:587. It was originally set as just smtp.live.com.
SSL is the way it is set but i've tried TLS too. I've seen both suggested.
The authentication is set to "PLAIN" yet when I press send/receive the error message says
"Error while Sending message.
Could not connect to smtp.live.com: Input/output error
POP Before SMTP auth using a non-pop source".
I've tried removing it and reinstalling it. One thing I did notice is that after reinstalling it, the last messages I had tried to send were still showing up. It operated as if I hadn't removed it at all. I did restart the computer between the removal and installation.
On another Evolution mail problem post, a user said that Evolution was a crappy program and people should switch to something else. Do many people think that is true? Does Thunderbird from Firefox work much better?
I'd rather fix it than give up by switching. I really like Mail on Apple computers because I can switch to the "from" tab and highlight numerous messages at one time to move them or delete them. In Evolution I must delete them one at a time.
View 3 Replies
View Related
Jan 3, 2011
Ubuntu 10.04. I want to change the startup sound and the mail alert sound (incoming mail) for Evolution Mail Client. I go to System > Preferences > Sound, and all I get are themes preset. I do not have option to browse to wav files. I also do not see a browse option in Email Settings. Do I have to change an actual file?
View 7 Replies
View Related
Feb 21, 2010
I have just set up my new Evolution account, and I set it with Novell, and when I try to send out an email, Novell is not recognized, and the message won't send out.
View 2 Replies
View Related
Jan 18, 2011
Finally I got success in setting up of CDMA USB modem but I could not access the internet or browse the internet. I can only download message and send messages using through evolution. But can browse internet.
View 1 Replies
View Related
Aug 5, 2015
Evolution keeps crashing everytime I send mail. I am also constantly asked for my keyring or email passwords. I checked the log and found this error message.
"CRITICAL **: mail_session_refresh_cb: assertion 'service != NULL' failed"
This message was in a bug report from 2013 that seems to be closed.: https://bugs.debian.org/cgi-bin/bugrepo ... bug=730256
My system : Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt11-1+deb8u2 (2015-07-17)
synaptic package manager says my evolution and keyring are the latest.
I usually run Xfce if that means anything.
View 1 Replies
View Related
Jun 14, 2010
i have a client and server program in C. in that program server is requesting some parameters from client (like systems up time, total memory, no of process running etc).for this i used switch statements. but the problem i am having with this is that,
1. it is always going in default case on client side.2. and i also want my program to send requests/messages to client periodically. means after some interval (say after every 2,3 mins) server sends next request to client.
View 3 Replies
View Related
May 30, 2010
so my Evolution worked fine. I was able to send and receive messages. THen I switched my ISP from a local provider to Comcast. I did nothing to Evolution and now it won't send my emails. I still receive stuff fine. I am using GMail's SMTP server.
Karmic 9.10
Evolution 2.28.1
smtp.gmail.com
I don't see anyplace to include the port number like I could in Thunderbird so I have no idea what port I am using but the thing that is curious is that it doesn't work on Comcast when it did on both my local provider and Sprint's mobile broadband.
View 3 Replies
View Related
Jun 18, 2011
Using Ubuntu 11 and have just managed to get wireless working. It used to be a wired connection but when I moved needed to go wireless. Now for some reason the send/receive icon is faded and I can send or receive messages.
View 2 Replies
View Related
Mar 17, 2010
I am using Evolution Mail as my email client and when i get email i dont see the pictures of email i see small red x like something is turned off.
View 9 Replies
View Related
Jun 21, 2011
is it possible to import mail from older evolution client (GNOME evolution 2.28.3) to the evolution now running on fedora 15 ( Evolution 3.0.2)on the older client, there appears to be a .evolution folder off home directory and mail under that.However I dont see this hidden directory on fedora 15.Is there a way to transfer the mails?
View 9 Replies
View Related
Nov 4, 2010
Just set up Evolution to get my emails from 1and1.co.uk and hotmail. I ticked the box 'leave on server'.Whilst in the mess of trying to configure two email accounts (using rules and folders), I deleted all my 1and1 emails locally. They remain on the server, but I want them now in my client inbox and Evolution seems to ignore those emails. Is there any way I can refresh evolution, so that it doesn't treat these emails any differently to new ones that I retrieve?
View 6 Replies
View Related
Jun 6, 2011
When I start up Evolution Mail client by any means (toolbar, applet or command-line) it starts up, but then the window turns grey immediately and freezes. I am forced to close it with the "killall" command.
I love the small mailbox in my toolbar (GNOME) and I don't want to lose it. I am concerned that removing Evolution by the Ubuntu Software Center will eliminate this wonderful tool. Otherwise I would re-install it.
I have made no changes to the mail client in months. My wife who uses Thunderbird on Windows 7 is still operating normally, so I do not believe anything changed on the mail server.
View 4 Replies
View Related
Dec 11, 2010
Is there an option in Evolution to return to the Inbox view after you delete a message, rather than going on to the next message? I cannot find it anywhere.Incidentally, this same question is one of the zero-reply questions: URL...I wonder if this means there is no such feature in Evolution and I should submit some kind of "feature request" at their development site.
View 4 Replies
View Related
Apr 27, 2011
I have the 11.4 Gnome Distribution.everything is setup except my email sending.I have never been able to setup evolution correctly with gmail.I have followed the gmail settings of setting the smtp server to be smtp. gmail. com:465 and folowed the instructions here Evolution/FAQ - GNOME Live!to setup smtp.gmail.com with no port change.if there is no port specified the sending message window doesn't report an error it just hangs.
View 9 Replies
View Related
Aug 19, 2011
Can I replace the Evolution e-mail client completely with Thunderbird? I know that Ubuntu uses the Evolution calender, but I'd much rather use the Lightening extension as my default calender.
View 9 Replies
View Related
Feb 3, 2010
i have a website, there is a button that u click fill out a form and sends u a link to download a trial version of our software, the message gets sent with out html.. i copied a sample below (edited out some personal info)
Code:
Content-type: text/html; charset=iso-8859-1
From: ******.com>
[code]...
View 10 Replies
View Related
Jul 22, 2010
I have wiped Windows and am running 10.04 exclusively. 32 bit, when setting up evolution e mail account i dont see where to enter password....where is it? anyone have link with screenshots? i know i can use regular hotmail but want to know how to use default ubuntu programs.
I still can't find a spot for password. options are, login, set preferences and a remember password checkbox but nowhere to enter a password
View 1 Replies
View Related
Feb 14, 2010
I am connected to the internet with a Rogers Rocket Stick, when I want to check my mail in Evolution the "send and receive" tab is not highlighted. It was working yesterday when I was connected through wireless why is that and how do I fix it ?
I installed Ubunto remix on a Netbook but I can not connect my Laptop with ubuntu to my Netbook with ubuntu, both these computers are connected on the network, it asked for the password to be able to connect on both computers but I cant get the two to communicate with each other .... yesterday when I still had windows xp on my Netbook I had no problem connecting the two computers ...
View 5 Replies
View Related
Jul 20, 2011
I have got a nagios server running on my network, The configuration seems to be okay but each time there is a service alert notification, and an e-mail is sent to the contact group, Nagios continuously sends e-mail over and over again. Do anyone know of a way to set Nagios directives to only send one e-mail per alert without it flooding mail boxes.
View 3 Replies
View Related
Nov 15, 2010
I had configured sendmail on linux 5.2, Iam using public ip and my domain is registered[linuxforfreshers.info]. I am facing a issue that when I mail with the user sumit@linuxforfreshers.info then I am able to do it. But if somebody tries to send mail to the same user then it bounce backs. I had made the entry of domain in /etc/mail/local-host-name and also I put ok in /etc/mail/access.The mails are working properly with in LAN. But not able to work on WAN only I can send mail but not able to recieve mail.What else I need to do.
View 6 Replies
View Related
Jun 8, 2011
How to configure a Debian mail server as a user send a mail with attachment maximum wight is 5 Mb.
View 3 Replies
View Related