Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
19 views

Codeigniter 3 email not sent in CLI mode

I have a task setup as a controller index function. If I call the controller directly from browser as localhost://app/cron the emails go out normally and arrive in my inbox. But when I call it from ...
Aman Aujla's user avatar
1 vote
1 answer
69 views

Truncation Issue with SMTP.office365.com in Codeigniter 3

Issue: While sending emails using smtp.office365.com in a Codeigniter 3 application, the email body text is being truncated. The email body contains HTML, and even simple text messages are not being ...
Esar-ul-haq Qasmi's user avatar
0 votes
1 answer
185 views

from: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1)

from: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1) The following SMTP error was encountered: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1) quit: The following SMTP error ...
dajhkjsdahkjsda's user avatar
0 votes
1 answer
42 views

Mail doesnot come in inbox of recipient mail when sending mail through gmail with codeigniter

I am trying to send mail through gmail smtp relay. I used a gmail mail id and created app password after enabling 2-step verification. The function I used to send mail is as below: function sendemail($...
tanzeem's user avatar
  • 161
1 vote
0 answers
23 views

'email has been sent' massage is shown email is not receiving in CodeIgniter

i have use CodeIgniter 2.2.6 i am trying to sent email but i can't get error and not received email <?php class email_otp_demo extends CI_Controller { public function ...
Social media's user avatar
0 votes
2 answers
2k views

How to set up email with a gmail account from codeigniter now that Google has disabled "less secure app" setting?

All the documentation I'm seeing for sending emails from a gmail account specify to check the "allow less secure apps to access" setting in your google account. Apparently as of last week, ...
openSourcerer's user avatar
0 votes
0 answers
125 views

CodeIgniter 3 email not sending emails to other email servers but apple

For some reason I'm just getting emails to apple emails but gmail, Microsoft etc. I'm using my own smtp server with SSL, I checked SPF and there is no problems. I also checked headers and etc. I also ...
Sabino Diaz's user avatar
0 votes
1 answer
2k views

CodeIgnititer 4: Unable to send email using PHP SMTP

I read all the other answers related to that question, but none of them help. When I try to run the following setup either on my localhost or my production server, I get the following error message: ...
PeterPan's user avatar
  • 305
0 votes
1 answer
368 views

sending mail to multiple email address in codeigniter php not working [closed]

i am trying to send mails to emails selected using checkbox in codeigniter website using phpmailer, <input class="acb" type="checkbox" name="email[]" value="<?...
love lio's user avatar
  • 137
1 vote
3 answers
75 views

Issues with email deliverability with CodeIgniter. my code returns email sent, but doesn't get delivered to the recipient on a vps server

Here's my code. I have tried using 'mail' as protocol, yet still doesn't deliver. But it does get delivered on localhost perfectly and on other servers. But on this particular vps server, it doesn't. ...
Foozaweb's user avatar
1 vote
0 answers
59 views

Codeigniter- Error while email send when using HTML type

I found myself in a little problem. I am using codeigniter and process a mail function with HTML viewer but when i sent a mail, got its response true but it did not get in mail box. My code is: in ...
Vasu Sharma's user avatar
-1 votes
1 answer
50 views

Html mail can't send using CodeIgniter SMTP

I am trying to send HTml Mail using Codeigniter . The mail is sending fine But I got the result as follows $config = array( 'protocol' => 'smtp', 'smtp_host' =&...
Yadhu Babu's user avatar
  • 1,521
1 vote
2 answers
187 views

Showing notification in web app when any mails received in Gmail

I want to show the notification in my web app whenever anyone will send the mail to my Gmail account. I tried to do using IMAP, but IMAP is searching the mails based on the date. Like if I want to ...
Demo logixbuilt's user avatar
0 votes
0 answers
490 views

Validate Email In CodeIgniter 3 [duplicate]

I have a website in CodeIgniter 3. I have a login and register form. In Register form, I am using CodeIgniter validation rules for validating user inputs. Other are fine, I just want to talk about the ...
mrcoder's user avatar
  • 362
2 votes
4 answers
4k views

CodeIgniter getMethod() Deprecated and Submit Button not functioning

I practice my CodeIgnitor right now and I'm new to them still. I am doing the inquiry form and wanted to make sure that it checks the form is correctly verified. After clicking on the submit button, ...
NISHA NAJIHAH's user avatar

15 30 50 per page
1
2 3 4 5
67