Hi, i'm working on a simple mail list app in PHP using Zend Mail. The idea is that all mail that bounce is redirected to a script which processes them and a report is generated. The script is running ok in direct tests, but I've testing it with fake mail address to test the mail list app, and it appears that the mail is not being redirected to the…
I am using Linux/Fedora's sendmail as my mail server. The server do not has a public domain name. It connect to Internet via dial-up. There are few users in the server. I have successfully configure my sendmail to relay mail to public host (via smart_host):
# mail <user>@gmail.com
user@gmail.com receive mail from this private host.
…
Part of the application I'm working on for my client involves sending emails for events. Sometimes these are highly important. My client, and most of my client's clients, use Outlook, which has the ability to mark a mail message as High Importance.
Now, I know it is callous to assume that all end users will be using the same interface, sp I am…
I am having trouble getting the final parts of my mail server up and working. I followed this tutorial to get everything set up on the mail server side. I have installed roundcube for webmail and configured it but it is saying "error connecting, connection refused" when attempting to connect to it using IMAP. This is thorough the "test imap"…
My Zimbra mail server, which uses Postfix, is working fine.
I am able to receive mail at 25 from Yahoo, Hotmail etc., but if I block my 25 port for incoming then mail will stop to come into my mail server as my secure SMTP port 465 is already running.
So is there any way to receive mail at another port like on 465 insted of port 25?
…
Hi friends,
My zimbra mail server is working fine ..which use postfix.
i am able to receive mail at 25 from yahoo hotmail etc. but if i block my 25 port for incoming ...then mail will stop to come into my mail server as my sucure SMTP port 465 is already running....
so there any way to receive mail at another port like on 465 insted of…
Hi,
I've set up a shared email account at Exchange, which several users have access to, as a secondary mailbox (along with their personal mailbox)
I would like to know if the following is possible
all replies and/or mail created when "in" the shared account, is sent from the shared account
all sent mail end up in the sent mail…
I wrote some codes so as to send e mail but I can only send mail from gmail account to gmail account also, I want to use hotmail accounts how can i do it? thanks
It is
SmtpClient SmtpServer = new SmtpClient("smtp.gmail.com");
mail.From = new MailAddress("kalaylevent@gmail.com");
…
it seems i have tried the mail config in the way that its docs said, but still i get:
Error 500: Executing action [x] of controller [x] caused exception: Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP
I am using google apps for my email…
Why I'm getting an error like this - Warning: mail() [function.mail]: SMTP server response: 530 Relaying not allowed - sender domain not local in D:\INETPUB\VHOSTS\gaehambuilders.com\httpdocs\contacts.php on line 120 ?
Here is my php code,
if(isset($_POST['send']))
//if "email" is filled out, send…
I’m in a slightly weird situation right now, and I don’t have sufficient knowledge to sort this myself without truly understand what I’m doing.
Yesterday, I’ve registered a domain (.com) and ordered a VPS, attached to that domain. Chances are I may receive mail on my .com address to confirm the…
This question is about keeping email during a server move, where the clients are Linux (me) and Mac (my wife) using IMAP.
I receive email at me@mydomain.com using a webmail service that my hosting company (1and1) provides. I read it via IMAP in evolution, so I should have copies of all the…
Hey all,
I moved a couple lotus note databases to another hd (ran out of space) by using a directory link/pointer on the domino server. USed a text file with the .DIR ext with the desired new path etc... well that works fine. I open up a lotus notes client, use the id and then OPEN the…
We host several websites on the same server using WHM but this seems to confuse the mail routing when someone has their own external mail servers - it looks locally.
We have our own email accounts hosted on the server. When creating an account for a client on the same server WHM adds…
Is there a way to route mail to another port? I have an email account attached to my laptop that I'd like to be able to send and receive mail from. Due to mobility, I'll be passing through various networks that will probably block this port.
My dynamic DNS provider allows me to…
I'm on Mac OS X 10.5.8 (Leopard).
In Mail, I have the first message in my Inbox selected and I'm trying to navigate to the last message using my keyboard.
In Thunderbird, I just hit the End key, which for me is "Function-right arrow" because I'm on a MacBook Pro.
In Mail, with…
Please I need help with ldap search filter to use to retrieve the user email information from ldap. I'm running postfix_ldap of Ubuntu server 12.04. Everything seems to work fine, except getting the values returned from the search.
Version 1
server_host =…
I'm using Mail.app (on Mac OS X 10.6) and when I send an email to users on PC Outlook, with an attached image, they get the email as an image embedded into the body, not as an attachement.
I even tried clicking "view as icon" before sending the attachment…
Using Mail.app in Mac OS X (10.6.3) I'm seeing apparently random sort order when sending a email to a group. Not a major issue but you'd think it be alphabetical?!?
To reproduce:
Compose New Message in Mail.app
Type in a group name from your Address…
I've just moved a number of Word mail merge files, and a number of Excel spreadsheets that are the data sources for the mail merges, from a Windows XP computer to a Windows 7 computer, and now all the paths for the merge sources are incorrect (used to…
I just got myself a mac, and I've been a long time windows user. So I'm exploring the built in apps, and I wanna setup my 3 mail accounts (1x gmail, 1x hotmail, and 1x corporate using google apps), but I want them to work the way they work on my…
I've just moved a number of Word mail merge files, and a number of Excel spreadsheets that are the data sources for the mail merges, from a Windows XP computer to a Windows 7 computer, and now all the paths for the merge sources are incorrect…
I see from the iPhone how to page that synced notes on Windows appear in MS Mail or Outlook/Outlook Express. I don't use any of these programs. Can I access the iPhone notes some other way? I don't see indication on Apple's site that such a…
I'm using Zend_Mail to send emails. Few articles have suggested to wrap long lines in message body.
Questions:
Is it necessary to use wordwrap(), in case any of line is larger than 70 characters?
Where does this '70' figure come from?