Author Topic: How to change sender name?  (Read 7203 times)

0 Members and 1 Guest are viewing this topic.

Offline live@ct

  • Sr. Member
  • ****
  • Posts: 348
    • View Profile
How to change sender name?
« on: July 16, 2005, 08:27:07 PM »
Someone can tell me how to change the sender mails that appears in the emails sent by ACP Panel?!?!


thanks!
Existen 10 tipos de personas, los que entienden el codigo binario y los que no.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: How to change sender name?
« Reply #1 on: July 16, 2005, 08:40:03 PM »
in the settings.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline live@ct

  • Sr. Member
  • ****
  • Posts: 348
    • View Profile
Re: How to change sender name?
« Reply #2 on: July 18, 2005, 03:24:45 AM »
but, in the name of the site?!?!
The users receive mails with info as sender name, but the site have a different name.
Existen 10 tipos de personas, los que entienden el codigo binario y los que no.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: How to change sender name?
« Reply #3 on: July 18, 2005, 05:11:36 AM »
they receive an email from the administrator who sent the email? I'm confused.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline live@ct

  • Sr. Member
  • ****
  • Posts: 348
    • View Profile
Re: How to change sender name?
« Reply #4 on: July 19, 2005, 02:55:14 AM »
yeah, when i send a email to the registered users in the ACP, they receive with the sender name, "info", I like to change that, i go to the options in the ACP and I dont know what I need to change, for the sender name change...
Existen 10 tipos de personas, los que entienden el codigo binario y los que no.

Offline darvid

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
    • KNOWTEBOOK.COM - Community for webdeveloper
Re: How to change sender name?
« Reply #5 on: December 12, 2007, 12:18:23 PM »
i know this post hasnt been important for some years now, but im having the same problem.

i m the admin of a galery for a custumer.

when a user gets his activation email, MY sender-emailadress is shown to the user, but i want the emaildress, or better the name of the company, shown in the sender-field.

where can the piece of code to change this? it must be in the sending functions, but cant find it yet.
/* KNOWTEBOOK - BoostYourself community for webdeveloper
/* http://www.knowtebook.com

Integration von Wordpress Blog, PHPBB Forum und 4Images Bildergalerie:
http://www.sebastianscheuer.de/aktuell/integration-von-wordpress-blog-phpbb-forum-und-4images-bildergallerie/
DEMO: http://www.pilotenbilder.de/

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: How to change sender name?
« Reply #6 on: December 12, 2007, 12:25:07 PM »
This is fix for validation URL with from email:

http://www.4homepages.de/forum/index.php?topic=19222.0

After fix - this is line for change:

Code: [Select]
$site_email->set_from(stripslashes(trim($config['site_email'])));

$config['site_email'] (gallery email address) ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline darvid

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
    • KNOWTEBOOK.COM - Community for webdeveloper
Re: How to change sender name?
« Reply #7 on: December 12, 2007, 12:36:28 PM »
thank you very much for your quick answer.
/* KNOWTEBOOK - BoostYourself community for webdeveloper
/* http://www.knowtebook.com

Integration von Wordpress Blog, PHPBB Forum und 4Images Bildergalerie:
http://www.sebastianscheuer.de/aktuell/integration-von-wordpress-blog-phpbb-forum-und-4images-bildergallerie/
DEMO: http://www.pilotenbilder.de/

Offline darvid

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
    • KNOWTEBOOK.COM - Community for webdeveloper
Re: How to change sender name?
« Reply #8 on: December 12, 2007, 12:41:19 PM »
most emails also have the name of the sender when i recieve them. when i get emails from my galery there is only the emailadress as the sender shown. can i add this feature somewhere?
/* KNOWTEBOOK - BoostYourself community for webdeveloper
/* http://www.knowtebook.com

Integration von Wordpress Blog, PHPBB Forum und 4Images Bildergalerie:
http://www.sebastianscheuer.de/aktuell/integration-von-wordpress-blog-phpbb-forum-und-4images-bildergallerie/
DEMO: http://www.pilotenbilder.de/