Welcome Guest, Not a member yet? Register   Sign In
How to solve the send mail slow in codeIgniter?
#1

[eluser]Unknown[/eluser]
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

[eluser]John Murowaniecki[/eluser]
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

[eluser]sandeepkhokher[/eluser]
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

[eluser]John Murowaniecki[/eluser]
[quote author="sandeepkhokher" date="1361535568"]..Also try once using Gmail SMTP server..[/quote]

..It's an excellent idea.
#5

[eluser]Unknown[/eluser]
@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




Theme © iAndrew 2016 - Forum software by © MyBB