Hi,
Now i have the code, that send the mails but its take 10-15 sec/mail. (in intranet)
And some bulk mails cant send…
I need to send mail quickly in intranet server.
Any one help me…
Hi,
Now i have the code, that send the mails but its take 10-15 sec/mail. (in intranet)
And some bulk mails cant send…
I need to send mail quickly in intranet server.
Any one help me…
That is a server issue and not a coding one.
Well, first, what are you sending in your emails? Simple text should not take 15 seconds.
Files, data, images could slow down the progress. Also, you mentioned an “intranet” server system.
This could mean that your emails are not being processed immediately. Since you did not explain any
details we can not help you much.
So, to help, we would need to know a lot more than you told us. Like are you using PHP to send out the
emails? Is your server at the PHP5 level? Are you using an email library or PHP’s email commands? Are
you sending out the emails thru a Crone job or in actual PHP code. Many other questions could be asked,
but, give us some idea on what you are attempting to do…