Smtp Vs Sendmail For Email Campaigns
Jun 26, 2007
i have 2 options to configure my email marketing script - using smtp or mail().
we used to send all our email marketing from outlook, with decent results, and not many bounces.
we tested a new script that used our sendmail on our server, now we're finding people aren't the mail a day or so later, or some aren't getting it at all. we seem to be getting a lot of bounces too...
anyway, im starting a new site from scratch, and im just wondering which is the best method for sending out email marketing campaigns.
View 5 Replies
ADVERTISEMENT
Aug 14, 2007
Which type of email sending has a greater degree of deliverability.
1. PhpMail Function
2. SendMail
3. SMTP with or without authentication
I do not understand the differences between these.
View 1 Replies
View Related
Feb 27, 2007
My sendmail.mc file has:
Quote:
TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl
define(`confAUTH_OPTIONS', `A')dnl
Telnet output is:
Quote:
% telnet localhost 25
Trying 127.0.0.1...
Connected to localhost
Escape character is '^]'.
220 local.sendmail.ORG ESMTP Sendmail 8.10.0/8.10.0; Thu, 9 Sep 1999 10:48:44 -0700 (PDT)
ehlo localhost
250-local.sendmail.ORG Hello localhost [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-DSN
250-AUTH DIGEST-MD5 CRAM-MD5
250 HELP
quit
But users cannot send email using the server as outgoing mail server with
their user names and passwords.
It says:
Quote:
Relaying denied. Proper authentication required.
View 10 Replies
View Related
Apr 6, 2009
I have Cpanel, with the "Prevent Nobody from sending emails" in the WHM>Tweak Settings enabled.
I want to force sendmail to use SMPT auth.. so that all mails sent are sent via SMPT and an authenticated POP user.
I guess this will help in limiting the "The maximum each domain can send out per hour" setting.
View 4 Replies
View Related
Apr 21, 2008
Can i use Qmail or Sendmail or Postfix with WHM other than exim mail SMTP.
View 1 Replies
View Related
Apr 24, 2009
I currently have sendmail(mini_sendmail in chroot) running, and wanted to know how can I send the mail from php scripts to my e-mail server running exim/dovecot?
View 1 Replies
View Related
Jul 31, 2009
I am having problem with qmail. I have forum and users are not getting emails send via forum.
I don't care about receiving e-mails and I never do. All I want is for outgoing mail server to be working.
Any ideas how to troubleshoot? Also, I think qmail came as a default (preinstalled) on my server. Is there some other program I should rather use for my purposes? (Again, all I need is *outgoing* mail server). I am using CentOS.
Here is output of 'ps aux' command, related to mail services ....
View 1 Replies
View Related
Jun 30, 2007
suppose my domain is mydomain.com, my sendmail may send email to any domain name except local domain, say, sendmail may send email to hotmail, yahoo or any other domain name, but when send email to emailbox under mydomain.com, sendmail log will say domain not found.
My situation is my server does not have DNS service, my DNS service is outsourced, and MX record also is outsourced.
View 7 Replies
View Related
Sep 18, 2008
would like to know more on smpt email server.
is it free?
also suppose I want a email alert each time I receive email from smpt email server, how to set up?
View 2 Replies
View Related
Apr 8, 2008
setting SMTP server for email function:
I have a website using asp.net C#, in my web.config, I have set below:
<mailSettings>
<smtp from="noreply@myWebsite.com">
<network host="localhost" port="25" userName="" password="" defaultCredentials="true"/>
</smtp>
</mailSettings>
What should I do for the SMTP server?
View 3 Replies
View Related
Oct 19, 2007
I got plesk 8.2 on a linux machine (CentOS 4.3).
I'm having probs sending emails.
I created a few email accounts for a client. they can receive emails with no prob.
however, if I set my server as the outgoing server, they are unable to send emails.
could I be missing some packages?
I'm using smtp.domainname.com as setting.
View 4 Replies
View Related
Jul 29, 2007
I just enabled SMTP on my box, and tried requesting a loss password on my website, i get this error.
Quote:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set()
How do i get rid of this error.
View 14 Replies
View Related
Aug 6, 2008
Is anyone successfully using cPanel with smtp port 587 and have a working email account?
After deciding that Plesk wasn't for me due to the lack of reference material in this and other forums, I had my hosting company, ServInt, delete my old vps and install a new one with cPanel.
Everything went fine until I configured my email. Just like with Plesk, I cannot access the smtp server via Outlook. I can ping it successfully, but it either terminates the connection or doesn't recognize the correct user name and password. With Plesk, it was a simple matter of enabling the use of port 587.
Not so with cPanel, at least for me. Even though the Exim service is enabled and another instance is enabled on port 587, I still can't connect. Thought it might be CFS, which is new to me with this install, so made sure it was disabled. Opened up a ticket with ServInt and even their techs can't get it functioning, so _they've_ opened up a ticket with cPanel.
Hence the title of this post, I can't beleive that I'm the only one whose had this problem before because blocking port 587 has been done by BellSouth/AT&T for many years now.
Nothing like having your company email down for over 6 hours to keep you up at night.
View 14 Replies
View Related
Jul 24, 2006
I have a contact form using .php to forward the contents of the form to my email-ad, but turns out, that something i cant do with my free hosting plan.
i was wondering if anyone knew any services (free) that allow mail forwarding where i can host my .php script together with all associated files and simply link to them from my site?
that would be great! thanks!
(not sure where exactly this post belongs, but it's got something to do with my hosting so im posting it here. if any mods think it should be somewhere else, just move it to where you feel it is appropriate )
View 6 Replies
View Related
Apr 2, 2009
for a SMTP server / hints at how it might be done to accomodate the following :
One single email will be sent. If it doesn't get sent on the first try by one server, another server at another location will attempt the connection and will send out the email then.
Is there a prebuilt solution that anyone knows that will help with these things ? If not, do you know of any ways that this might be possible to be done - even if you don't know the exact details of how it should be done - any help in finding out something like this would help .
Note :
Linux / Windows / FreeBSD / Solaris is fine. So whatever OS it is, it's fine by me.
View 2 Replies
View Related
Jun 25, 2015
I am having trouble with setting up an email account to set up the email I go to Mail > Create Email Address > and enter email address (info@example.com) and check the "access to control panel" and create a password and also check "mailbox" .
But in the email client, when I go to use SMTP and I enter the following info:
- SMTP Server: example.com
- username: info@example.com
- password: password I created above
- port 25
- user TLS
I get this error: Your other email provider is responding too slowly. Please try again later, or contact the administrator of your other domain for further information.
View 7 Replies
View Related
Dec 25, 2014
I use postfix/smtp plesk12 centos7, I create mailbox add password. For example my domain is a.com from roundcube all work no problem.
My script isn't working look like this:
SMTP CONFIGURATION (LEAVE DEFAULT IF YOU USE mail() )
SMTP HOST smtp.a.com
SMTP PORT 587
SMTP Secure tls
SMTP Auth true
SMTP USERNAME test@a.com
SMTP PASSWORD my password
And the script dont send emails to user, say that Mailer Error: SMTP connect() failed. In dns settings I don't have smtpa.com host only have mail.a.com why from scripts don't send email to users?
View 1 Replies
View Related
Feb 23, 2015
actually i want to know is this sending this email by my smtp server?
Feb 23 14:49:36 nsxxxxxx /var/qmail/bin/relaylock[9836]: /var/qmail/bin/relaylock: mail from 187.5.81.179:51251 (187-5-81-179.bsaco701.dsl.brasiltelecom.net.br)
Feb 23 14:49:37 nsxxxxxx qmail-queue-handlers[9838]: Handlers Filter before-queue for qmail started ...
Feb 23 14:49:37 nsxxxxxx qmail-queue-handlers[9838]: from=Frederick59c@brasiltelecom.net.br
Feb 23 14:49:37 nsxxxxxx qmail-queue-handlers[9838]: to=info@xxxxxxxxxx.be
Feb 23 14:49:37 nsxxxxxx qmail-queue-handlers[9838]: handlers_stderr: SKIP
[code]....
View 12 Replies
View Related
Jun 3, 2008
i have this weird problem of emails not gettign delivered and i am hosting with theplanet. Every email is sitting on the queue and not delivered.
i checked with dnsreport and it says
Timed out [Last data sent: [Did not connect]]
and my exim_mainlog shows
R=dk_lookuphost defer (-1): host lookup did not complete
2008-06-03 04:49:59 SMTP command timeout on connection
i have restarted exim, checked firewall and still i am unable to fix my problem!
update:
i again checked with dnsreport and my nameservers are failing
NS FAIL NS A timeout occurred getting the NS records from your nameservers! None of your nameservers responded fast enough. They are probably down or unreachable. I can't continue since your nameservers aren't responding. If you have a Watchguard Firebox,
it's due to a bug in their DNS Proxy, which must be disabled (31 Jul 2006 UPDATE: several years after being informed of this, there is a rumor that there is a fix that allows the Watchguard DNS proxy to work).
View 6 Replies
View Related
Apr 16, 2007
We have a few users that use SSL email and we decided to purchase a cheap single-root SSL cert over at namecheap for the host name so that it would end the "self-signed cert" whining.
We got the cert installed and it works great for WHM/cPanel and also works for SSL over IMAP and POP3, but the very first email anyone sends (SMTP) per day gives this warning (Outlook Express):
The server you are connected to is using a security certificate that could not be verified.
A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
It seems obvious that the cert used by the SMTP system is not the new one we installed.
We used WHM's SSL/TLS -> Change Server Certificates link to install the cert.
We then made sure that:
/usr/share/ssl/certs/host.domain.com.crt
/usr/share/ssl/private/host.domain.com.key
/etc/exim.crt
/etc/exim.key
...all contained the current cert or key as appropriate.
Just for grins, we even made sure:
/usr/local/cpanel/etc/cpanel.pem
...had the correct pair.
We restarted all the mail services and even restarted the whole server. (I know...Windows reaction...bad tech.)
Does anyone know of a stealth location where the SSL cert for SMTP should be updated?
WHM 10.8.0 cPanel 10.9.0-R139
CentOS 3.8 i686 - WHM X v3.1.0
View 9 Replies
View Related
Mar 7, 2015
The problem is, can not send mail via SMTP using popular scripts Opencart, SMF, Osclass. The problem was lapping Plesk 11.5 via 587 port. That was timeout connection or authorization error with the correct settings. Mail may be sent, sometimes not. No longer working than working. At the same time when working with e-mail clients(example, The Bat) work fine. In Plesk 12 same problem. Port 465 - e-mail clients(example, The Bat) work fine. But can not send mail via SMTP using popular scripts Opencart, SMF, Osclass. When using Cpanel with Exim - all work perfect. But the Plesk e-mail with Postfix - constant problems.
View 4 Replies
View Related
Nov 11, 2014
I have two sites that register a high amount to SMTP traffic. Both sited have only forwarding email addresses.
Do forwarding addresses accumulate SMTP traffic on the log?
Also, if a forwarding email is created without a mailbox is it necessary to add a password so that "others" cannot use the blank SMTP server to send email out?
View 2 Replies
View Related
Apr 30, 2008
I want to cap users on outbound emails ....
Example: User A sends an email to 100 people (using To,cc and bcc) . However the server needs to stop sending that message and cap a limit of 5 recipients per email
View 1 Replies
View Related
Jul 16, 2014
I have just install on a new server plesk 12.0.18 Update #7 on centos 6.5 final.Added new hosting for the domain on a dedicated IP. All works fine (website, incoming mails etc) apart from outgoing mails.Both webmail (roundcube) and other mail software (outlook 2010, 2013 , android phone etc) outgoing mail i can't get to work.
I have attached screen from webmail with SMTP error (250) : Authentication failed..With Outlook it will allow me to set up account, test account setting... it say all all complete if i don't set secure connection (SSL)/requires authentication. But when you try sending mails you get the error: Your message did not reach some or all of the intended recipients.
Subject:test
Sent:16/07/2014 15:13
The following recipient(s) cannot be reached:
'x@xxx.com' on 16/07/2014 15:13
Server error: '554 5.7.1 <x@xxx.com>: Relay access denied'
When you set the outgoing requires authentication/ advance SSL you get:Send test e-mail message: None of the authentication methods supported by this client are supported by your server.I have tried changing to some outgoing ports to no avail.
View 3 Replies
View Related
Apr 8, 2015
I have Plesk 12 on CentOS 7. I have only MSMTP installed not Postfix or Qmail. No matter what settings I use in the external SMTP settings the mail is never sent and I cannot find any error logs.
I have tried gmail smtp, sendgrid smtp and another smtp server that I own.
This is not a firewall issue as far as I can tell since if I install postfix it just works. Also any Wordpress or Joomla installs that use SMTP settings with gmail or sendgrid work just fine.
Screenshot for information only. I used accurate usernames, passwords, etc.
↑
Quick update. I tried the recommended CentOS 7 with the same result. Can installing Plesk 12 without a mail server and using the msmtp relay option actually works?Click to expand...
View 12 Replies
View Related
Nov 26, 2008
cPanel update email bug (loopback test fail even) - SMTP+Imap responsive
Something happened overnight on one of my cpanel servers, which I am still waiting on cpanel to get back to me for.
Here's the deal:
cPanel server was functioning well for the past 4 months, then yesterday all of a sudden no emails get received by users.....
View 2 Replies
View Related
Jan 7, 2015
We are trying to use a configure settings for an external SMTP server within Plesk (Windows 2008 R2 Plesk 12) but are receiving the following error message:
Error: Unable to encode IDN email address 'username': email address is invalid
We are trying to use a username for SMTP authentication as we do not have the option of using an email address with our current SMTP relay provider.
Is there any way around this so that we can use a username rather than an email address?
View 2 Replies
View Related
Feb 19, 2008
Currently I am using Linux + cPAnel and using the port 25 for email sevrer. Currently we facing 1 problem is, some user's ISP is not support port. May I know how can I add additional port into server and allow users to send mail by different port?
View 1 Replies
View Related