Anyone can help me? I’ve been using codeIgniter mail concept in my project it works fine,
but it will take more time to send the email,
how to reduce the time?
Thanks.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
February 21, 2013 2:16am
Subscribe [3]#1 / Feb 21, 2013 2:16am
Anyone can help me? I’ve been using codeIgniter mail concept in my project it works fine,
but it will take more time to send the email,
how to reduce the time?
Thanks.
#2 / Feb 21, 2013 10:20am
Ravi, is very possible that this isn’t a CodeIgniter (or PHP) failure or misconfiguration. Maybe your mail server (or domain) isn’t configurated properly. Try to track your mail log (if you’re using Linux or Unix run this on you terminal `tail -f /var/log/mail.*` and send your e-mails again).
Did you tryed using some external server?
#3 / Feb 22, 2013 7:19am
Do one thing, Check out the response time of your mail function.
Though I am quite sure that it is due to your mail server. Also try once using Gmail SMTP server.
That can give you a clear idea about the source of the problem..
#4 / Feb 22, 2013 8:10am
..Also try once using Gmail SMTP server..
..It’s an excellent idea.
#5 / Feb 25, 2013 8:58am
@John Murowaniecki and @sandeepkhokher thank q for ur replay sir,
i used my Gmail SMTP server then email send it very fast,
so my mail server only problem.
Thankyou