Welcome Guest, Not a member yet? Register   Sign In
sending email, addresses aren't coming out correctly
#1

(This post was last modified: 04-18-2020, 09:09 AM by jreklund.)

hi all,

I am trying to send an html email but the from and reply to addresses are not coming out correctly

The from is arriving in the format

name <> <[email protected]>

and the reply to is just

name


I have


$this->email->from(trim($this->settings->admin_email), 'name');

$this->email->reply_to(trim($this->settings->admin_email), 'name');

Which looks ok to me
Reply
#2

@jasonhocky,

Have you determined what format $this->settings->admin_email is in? array? string? this should help you to figure out what the problem is.
Reply
#3

(04-18-2020, 10:27 AM)php_rocs Wrote: @jasonhocky,

Have you determined what format $this->settings->admin_email is in?  array? string?  this should help you to figure out what the problem is.
Thank you very much, I fixed it
Reply




Theme © iAndrew 2016 - Forum software by © MyBB