Hiding the from email address..while sending mails

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ria12
    New Member
    • Feb 2009
    • 26

    Hiding the from email address..while sending mails

    Hello....Everyo ne
    Plz if u can help me....
    Actually i am sending emails...and i want to hide the from email address...
    I have used the reply to headers...but it doesnt hide the actual from email address ...Plz if any one could help me...I need it urgently..
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    could you elaborate why you want to do that? ... and what do you mean with 'hiding' ... who shouldn't see that data? a email always have to have a from-address ... and it always should ... because a user should be able to decide whether he/she wants to receive mails from that address or not.

    kind regards

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      You cannot exclude "From" attribute in the header of an email because it's required.

      Are you perhaps having a problem with something to do with something .NET related? Maybe you want to use your own "from" email address and just have a page where the user enters a value to use for the "To" email address and a value to use for the email's body?

      In that case, your server side code would automatically enter an email address for the "From" value for them.... this seems rather straightforward .

      For a quick reference on how to send an email check out this article.

      Comment

      • Ria12
        New Member
        • Feb 2009
        • 26

        #4
        Thks....For yur replies...
        But i was actually confused...i got the answer.....Now my problem is that....Actuall y i am sending bulk emails...in a batch of 5 or 10 ....I am not sure how much time it will take sending emails since the no of email ids saved in the database are many....And i need to show a progress bar
        while the emails are being sent...How can i create an actual progress bar....
        so that it continues....wh ile the emails are being sent...I can't just set an approximate time....Plz help me....

        Comment

        • maliksleo
          New Member
          • Feb 2009
          • 115

          #5
          Originally posted by Ria12
          Thks....For yur replies...
          But i was actually confused...i got the answer.....Now my problem is that....Actuall y i am sending bulk emails...in a batch of 5 or 10 ....I am not sure how much time it will take sending emails since the no of email ids saved in the database are many....And i need to show a progress bar
          while the emails are being sent...How can i create an actual progress bar....
          so that it continues....wh ile the emails are being sent...I can't just set an approximate time....Plz help me....
          mention your code buddy that will help to elaborate your problem.

          In case of bulk email sending there are so many options to send emails to a huge no of email ids but i cant help you with out seeing your code. One more thing whts your purpose for sending these mails? as mostly mail servers put them in spam so why are you so interested in it?

          maliksleo

          Comment

          • sreeg3121
            New Member
            • May 2010
            • 1

            #6
            Problem while sending the bulk mails.

            Hello,
            I have an application which will sends 1,00,000 mails/more /day...due to this my IP went to Block list.
            So every mail is going to spam folder..

            Can we do something like using authenticated SMTP / Dummy ip /dynemic IP generation while sending mails.. Can you please help me out in this >>



            Thanks in advance,.,,,

            Comment

            Working...