php - Don't want to send mail from WWW daemon apache -


I am using an email class of codeigner structure that sends mail from this address and it is sent to www daemon <> upa < / Code>.

I am using Linux OpenSUSE OS I want to send mail from address only.

  $ this-> load-> Assistant ('email'); $ Email = $ it- & gt; Input-> Post ('email'); $ Message1 = "& lt; Pre & gt; Dear & lt; First / Last Name (or username) & gt;,"; $ Message2 = "& lt; br / & gt; You received this email because someone requested a password reminder for this email address. Please, for resetting your password, please"; $ Message3 = $ message2 Click the URL below. If this is not clickable, please copy and paste the URL into your browser's address bar: 
"; $ Message = $ message 1 $ Message3.site_url () "'Enter code here / main / signup_mail /'. $ Rand_number; $ Theme = "confirmation of e-communications"; // $ headers = 'From: your@example.com' "\ r \ n"; "Mail Status:" Send_email ($ email, $ subject, $ message, 'o delivery mode = b'); $ Config ['mailtype'] = 'html'; $ This- & gt; Email-> Start ($ config); $ This- & gt; Email-> From ('your@example.com ',' Your '); $ This- & gt; Email-> For ($ email); $ This- & gt; Email-> Subject ($ theme); $ This- & gt; Email-> Message ($ message); $ This- & gt; Email-> Send ();


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

lua - HowTo create a fuel bar -